Html Css Color HEX #B38472 Brandy Rose

📋 copy color: '#B38472'

red 179 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #B38472

Tints of Brandy Rose #B38472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 42.12%
G = 31.06%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38472 (or 0xB38472) is known color: Brandy Rose. HEX triplet: B3, 84 and 72. RGB value is (179,132,114). Sum of RGB (Red+Green+Blue) = 179+132+114=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B38472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38472 is #4C7B8D. Grayscale: #909090. Windows color (decimal): -5012366 or 7505075. OLE color: 7505075.

HSL color Cylindrical-coordinate representation of color #B38472: hue angle of 16.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38472 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 132 114 -
CMYK 0 0.26 0.36 0.30
HSL 16.62º 0.3% 0.57% -
HSV(B) 16.62º 0.36% 0.7% -
XYZ 29.88 27.3 19.61 -
YUV 144 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 179 132 114 0 0.26 0.36 0.30 16.62 0.3 0.57
Hex B3 84 72 0 1A 24 1E 11 1E 39
Octal 263 204 162 0 32 44 36 21 36 71
Binary 10110011 10000100 1110010 0 11010 100100 11110 10001 11110 111001

Color Harmonies of #B38472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38472

Black with #B38472

Text Example


Text Example

White with #B38472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38472; }

 p { color: rgb(179,132,114); }

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

background-color css

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

 a { background-color: rgb(179,132,114); }

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

border-color css

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

 span { border-color: rgb(179,132,114); }

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