Html Css Color HEX #B88A72 Brandy Rose

📋 copy color: '#B88A72'

red 184 ◦ green 138 ◦ blue 114

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

Shades of Brandy Rose #B88A72

Tints of Brandy Rose #B88A72

RGB

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

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

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

R = 42.2%
G = 31.65%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B88A72 (or 0xB88A72) is known color: Brandy Rose. HEX triplet: B8, 8A and 72. RGB value is (184,138,114). Sum of RGB (Red+Green+Blue) = 184+138+114=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A72 is #47758D. Grayscale: #959595. Windows color (decimal): -4683150 or 7506616. OLE color: 7506616.

HSL color Cylindrical-coordinate representation of color #B88A72: hue angle of 20.57º 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 #B88A72 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 114 -
CMYK 0 0.25 0.38 0.28
HSL 20.57º 0.33% 0.58% -
HSV(B) 20.57º 0.38% 0.72% -
XYZ 31.89 29.58 19.95 -
YUV 149.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 184 138 114 0 0.25 0.38 0.28 20.57 0.33 0.58
Hex B8 8A 72 0 19 26 1C 15 21 3A
Octal 270 212 162 0 31 46 34 25 41 72
Binary 10111000 10001010 1110010 0 11001 100110 11100 10101 100001 111010

Color Harmonies of #B88A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A72

Black with #B88A72

Text Example


Text Example

White with #B88A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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