Html Css Color HEX #BA8370 Brandy Rose

📋 copy color: '#BA8370'

red 186 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #BA8370

Tints of Brandy Rose #BA8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

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

R = 43.36%
G = 30.54%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8370 (or 0xBA8370) is known color: Brandy Rose. HEX triplet: BA, 83 and 70. RGB value is (186,131,112). Sum of RGB (Red+Green+Blue) = 186+131+112=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8370 is #457C8F. Grayscale: #919191. Windows color (decimal): -4553872 or 7373754. OLE color: 7373754.

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

Color convert

RGB 186 131 112 -
CMYK 0 0.30 0.40 0.27
HSL 15.41º 0.35% 0.58% -
HSV(B) 15.41º 0.4% 0.73% -
XYZ 31.29 27.84 19.05 -
YUV 145.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 186 131 112 0 0.30 0.40 0.27 15.41 0.35 0.58
Hex BA 83 70 0 1E 28 1B F 23 3A
Octal 272 203 160 0 36 50 33 17 43 72
Binary 10111010 10000011 1110000 0 11110 101000 11011 1111 100011 111010

Color Harmonies of #BA8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8370

Black with #BA8370

Text Example


Text Example

White with #BA8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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