Html Css Color HEX #B38B7F Brandy Rose

📋 copy color: '#B38B7F'

red 179 ◦ green 139 ◦ blue 127

#B38B7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B38B7F

Tints of Brandy Rose #B38B7F

RGB

 RED value IS 179 (70.31% from 255) = 40.22%

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 127 (50% from 255) = 28.54%

R = 40.22%
G = 31.24%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B38B7F (or 0xB38B7F) is known color: Brandy Rose. HEX triplet: B3, 8B and 7F. RGB value is (179,139,127). Sum of RGB (Red+Green+Blue) = 179+139+127=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B7F is #4C7480. Grayscale: #959595. Windows color (decimal): -5010561 or 8358835. OLE color: 8358835.

HSL color Cylindrical-coordinate representation of color #B38B7F: hue angle of 13.85º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B38B7F is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 139 127 -
CMYK 0 0.22 0.29 0.30
HSL 13.85º 0.25% 0.6% -
HSV(B) 13.85º 0.29% 0.7% -
XYZ 31.65 29.58 24.12 -
YUV 149.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 179 139 127 0 0.22 0.29 0.30 13.85 0.25 0.6
Hex B3 8B 7F 0 16 1D 1E E 19 3C
Octal 263 213 177 0 26 35 36 16 31 74
Binary 10110011 10001011 1111111 0 10110 11101 11110 1110 11001 111100

Color Harmonies of #B38B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B7F

Black with #B38B7F

Text Example


Text Example

White with #B38B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B7F; }

 p { color: rgb(179,139,127); }

 H1.HeaderClassName
 {
   color: #B38B7F;
 }
 .AnyTagClassName
 {
   color: #B38B7F;
 }
</style>

background-color css

<style>
 a { background-color: #B38B7F; }

 a { background-color: rgb(179,139,127); }

 div.DivClassName
 {
   background-color: #B38B7F;
 }
 .BgClassName
 {
   background-color: #B38B7F;
 }
</style>

border-color css

<style>
 span { border-color: #B38B7F; }

 span { border-color: rgb(179,139,127); }

 td.TdClassName
 {
   border-color: #B38B7F;
 }
 .TagClassName
 {
   border-color: #B38B7F;
 }
</style>