Html Css Color HEX #B88572 Brandy Rose

📋 copy color: '#B88572'

red 184 ◦ green 133 ◦ blue 114

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

Shades of Brandy Rose #B88572

Tints of Brandy Rose #B88572

RGB

 RED value IS 184 (72.27% from 255) = 42.69%

 GREEN value IS 133 (52.34% from 255) = 30.86%

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

R = 42.69%
G = 30.86%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B88572 (or 0xB88572) is known color: Brandy Rose. HEX triplet: B8, 85 and 72. RGB value is (184,133,114). Sum of RGB (Red+Green+Blue) = 184+133+114=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88572 is #477A8D. Grayscale: #929292. Windows color (decimal): -4684430 or 7505336. OLE color: 7505336.

HSL color Cylindrical-coordinate representation of color #B88572: hue angle of 16.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88572 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 114 -
CMYK 0 0.28 0.38 0.28
HSL 16.29º 0.33% 0.58% -
HSV(B) 16.29º 0.38% 0.72% -
XYZ 31.19 28.18 19.71 -
YUV 146.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 184 133 114 0 0.28 0.38 0.28 16.29 0.33 0.58
Hex B8 85 72 0 1C 26 1C 10 21 3A
Octal 270 205 162 0 34 46 34 20 41 72
Binary 10111000 10000101 1110010 0 11100 100110 11100 10000 100001 111010

Color Harmonies of #B88572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88572

Black with #B88572

Text Example


Text Example

White with #B88572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88572; }

 p { color: rgb(184,133,114); }

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

background-color css

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

 a { background-color: rgb(184,133,114); }

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

border-color css

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

 span { border-color: rgb(184,133,114); }

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