Html Css Color HEX #B38B78 Brandy Rose

📋 copy color: '#B38B78'

red 179 ◦ green 139 ◦ blue 120

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

Shades of Brandy Rose #B38B78

Tints of Brandy Rose #B38B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 40.87%
G = 31.74%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B38B78 (or 0xB38B78) is known color: Brandy Rose. HEX triplet: B3, 8B and 78. RGB value is (179,139,120). Sum of RGB (Red+Green+Blue) = 179+139+120=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B78 is #4C7487. Grayscale: #949494. Windows color (decimal): -5010568 or 7900083. OLE color: 7900083.

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

Color convert

RGB 179 139 120 -
CMYK 0 0.22 0.33 0.30
HSL 19.32º 0.28% 0.59% -
HSV(B) 19.32º 0.33% 0.7% -
XYZ 31.21 29.41 21.8 -
YUV 148.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 179 139 120 0 0.22 0.33 0.30 19.32 0.28 0.59
Hex B3 8B 78 0 16 21 1E 13 1C 3B
Octal 263 213 170 0 26 41 36 23 34 73
Binary 10110011 10001011 1111000 0 10110 100001 11110 10011 11100 111011

Color Harmonies of #B38B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B78

Black with #B38B78

Text Example


Text Example

White with #B38B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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