Html Css Color HEX #BA8872 Brandy Rose

📋 copy color: '#BA8872'

red 186 ◦ green 136 ◦ blue 114

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

Shades of Brandy Rose #BA8872

Tints of Brandy Rose #BA8872

RGB

 RED value IS 186 (73.05% from 255) = 42.66%

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 42.66%
G = 31.19%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8872 (or 0xBA8872) is known color: Brandy Rose. HEX triplet: BA, 88 and 72. RGB value is (186,136,114). Sum of RGB (Red+Green+Blue) = 186+136+114=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8872 is #45778D. Grayscale: #949494. Windows color (decimal): -4552590 or 7506106. OLE color: 7506106.

HSL color Cylindrical-coordinate representation of color #BA8872: hue angle of 18.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8872 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 114 -
CMYK 0 0.27 0.39 0.27
HSL 18.33º 0.34% 0.59% -
HSV(B) 18.33º 0.39% 0.73% -
XYZ 32.09 29.26 19.88 -
YUV 148.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 186 136 114 0 0.27 0.39 0.27 18.33 0.34 0.59
Hex BA 88 72 0 1B 27 1B 12 22 3B
Octal 272 210 162 0 33 47 33 22 42 73
Binary 10111010 10001000 1110010 0 11011 100111 11011 10010 100010 111011

Color Harmonies of #BA8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8872

Black with #BA8872

Text Example


Text Example

White with #BA8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8872; }

 p { color: rgb(186,136,114); }

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

background-color css

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

 a { background-color: rgb(186,136,114); }

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

border-color css

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

 span { border-color: rgb(186,136,114); }

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