Html Css Color HEX #B38A78 Brandy Rose

📋 copy color: '#B38A78'

red 179 ◦ green 138 ◦ blue 120

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

Shades of Brandy Rose #B38A78

Tints of Brandy Rose #B38A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 40.96%
G = 31.58%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B38A78 (or 0xB38A78) is known color: Brandy Rose. HEX triplet: B3, 8A and 78. RGB value is (179,138,120). Sum of RGB (Red+Green+Blue) = 179+138+120=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A78 is #4C7587. Grayscale: #949494. Windows color (decimal): -5010824 or 7899827. OLE color: 7899827.

HSL color Cylindrical-coordinate representation of color #B38A78: hue angle of 18.31º 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 #B38A78 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 138 120 -
CMYK 0 0.23 0.33 0.30
HSL 18.31º 0.28% 0.59% -
HSV(B) 18.31º 0.33% 0.7% -
XYZ 31.07 29.12 21.75 -
YUV 148.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 179 138 120 0 0.23 0.33 0.30 18.31 0.28 0.59
Hex B3 8A 78 0 17 21 1E 12 1C 3B
Octal 263 212 170 0 27 41 36 22 34 73
Binary 10110011 10001010 1111000 0 10111 100001 11110 10010 11100 111011

Color Harmonies of #B38A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A78

Black with #B38A78

Text Example


Text Example

White with #B38A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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