Html Css Color HEX #BA8A71 Brandy Rose

📋 copy color: '#BA8A71'

red 186 ◦ green 138 ◦ blue 113

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

Shades of Brandy Rose #BA8A71

Tints of Brandy Rose #BA8A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 42.56%
G = 31.58%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8A71 (or 0xBA8A71) is known color: Brandy Rose. HEX triplet: BA, 8A and 71. RGB value is (186,138,113). Sum of RGB (Red+Green+Blue) = 186+138+113=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A71 is #45758E. Grayscale: #959595. Windows color (decimal): -4552079 or 7441082. OLE color: 7441082.

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

Color convert

RGB 186 138 113 -
CMYK 0 0.26 0.39 0.27
HSL 20.55º 0.35% 0.59% -
HSV(B) 20.55º 0.39% 0.73% -
XYZ 32.32 29.81 19.67 -
YUV 149.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 186 138 113 0 0.26 0.39 0.27 20.55 0.35 0.59
Hex BA 8A 71 0 1A 27 1B 15 23 3B
Octal 272 212 161 0 32 47 33 25 43 73
Binary 10111010 10001010 1110001 0 11010 100111 11011 10101 100011 111011

Color Harmonies of #BA8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A71

Black with #BA8A71

Text Example


Text Example

White with #BA8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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