Html Css Color HEX #BA8A70 Brandy Rose

📋 copy color: '#BA8A70'

red 186 ◦ green 138 ◦ blue 112

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

Shades of Brandy Rose #BA8A70

Tints of Brandy Rose #BA8A70

RGB

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

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

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

R = 42.66%
G = 31.65%
B = 25.69%

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

#BA8A70 (or 0xBA8A70) is known color: Brandy Rose. HEX triplet: BA, 8A and 70. RGB value is (186,138,112). Sum of RGB (Red+Green+Blue) = 186+138+112=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A70 is #45758F. Grayscale: #959595. Windows color (decimal): -4552080 or 7375546. OLE color: 7375546.

HSL color Cylindrical-coordinate representation of color #BA8A70: hue angle of 21.08º 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 #BA8A70 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 138 112 -
CMYK 0 0.26 0.40 0.27
HSL 21.08º 0.35% 0.58% -
HSV(B) 21.08º 0.4% 0.73% -
XYZ 32.26 29.79 19.38 -
YUV 149.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 186 138 112 0 0.26 0.40 0.27 21.08 0.35 0.58
Hex BA 8A 70 0 1A 28 1B 15 23 3A
Octal 272 212 160 0 32 50 33 25 43 72
Binary 10111010 10001010 1110000 0 11010 101000 11011 10101 100011 111010

Color Harmonies of #BA8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A70

Black with #BA8A70

Text Example


Text Example

White with #BA8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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