Html Css Color HEX #BA8970 Brandy Rose

📋 copy color: '#BA8970'

red 186 ◦ green 137 ◦ blue 112

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

Shades of Brandy Rose #BA8970

Tints of Brandy Rose #BA8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 42.76%
G = 31.49%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8970 (or 0xBA8970) is known color: Brandy Rose. HEX triplet: BA, 89 and 70. RGB value is (186,137,112). Sum of RGB (Red+Green+Blue) = 186+137+112=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8970 is #45768F. Grayscale: #949494. Windows color (decimal): -4552336 or 7375290. OLE color: 7375290.

HSL color Cylindrical-coordinate representation of color #BA8970: hue angle of 20.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8970 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 112 -
CMYK 0 0.26 0.40 0.27
HSL 20.27º 0.35% 0.58% -
HSV(B) 20.27º 0.4% 0.73% -
XYZ 32.12 29.5 19.33 -
YUV 148.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 186 137 112 0 0.26 0.40 0.27 20.27 0.35 0.58
Hex BA 89 70 0 1A 28 1B 14 23 3A
Octal 272 211 160 0 32 50 33 24 43 72
Binary 10111010 10001001 1110000 0 11010 101000 11011 10100 100011 111010

Color Harmonies of #BA8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8970

Black with #BA8970

Text Example


Text Example

White with #BA8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8970; }

 p { color: rgb(186,137,112); }

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

background-color css

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

 a { background-color: rgb(186,137,112); }

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

border-color css

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

 span { border-color: rgb(186,137,112); }

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