Html Css Color HEX #BA8170 Brandy Rose

📋 copy color: '#BA8170'

red 186 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #BA8170

Tints of Brandy Rose #BA8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 43.56%
G = 30.21%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8170 (or 0xBA8170) is known color: Brandy Rose. HEX triplet: BA, 81 and 70. RGB value is (186,129,112). Sum of RGB (Red+Green+Blue) = 186+129+112=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8170 is #457E8F. Grayscale: #909090. Windows color (decimal): -4554384 or 7373242. OLE color: 7373242.

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

Color convert

RGB 186 129 112 -
CMYK 0 0.31 0.40 0.27
HSL 13.78º 0.35% 0.58% -
HSV(B) 13.78º 0.4% 0.73% -
XYZ 31.02 27.31 18.97 -
YUV 144.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 186 129 112 0 0.31 0.40 0.27 13.78 0.35 0.58
Hex BA 81 70 0 1F 28 1B E 23 3A
Octal 272 201 160 0 37 50 33 16 43 72
Binary 10111010 10000001 1110000 0 11111 101000 11011 1110 100011 111010

Color Harmonies of #BA8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8170

Black with #BA8170

Text Example


Text Example

White with #BA8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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