Html Css Color HEX #BA8971 Brandy Rose

📋 copy color: '#BA8971'

red 186 ◦ green 137 ◦ blue 113

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

Shades of Brandy Rose #BA8971

Tints of Brandy Rose #BA8971

RGB

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

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

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

R = 42.66%
G = 31.42%
B = 25.92%

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

#BA8971 (or 0xBA8971) is known color: Brandy Rose. HEX triplet: BA, 89 and 71. RGB value is (186,137,113). Sum of RGB (Red+Green+Blue) = 186+137+113=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8971 is #45768E. Grayscale: #959595. Windows color (decimal): -4552335 or 7440826. OLE color: 7440826.

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

Color convert

RGB 186 137 113 -
CMYK 0 0.26 0.39 0.27
HSL 19.73º 0.35% 0.59% -
HSV(B) 19.73º 0.39% 0.73% -
XYZ 32.18 29.52 19.63 -
YUV 148.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 186 137 113 0 0.26 0.39 0.27 19.73 0.35 0.59
Hex BA 89 71 0 1A 27 1B 14 23 3B
Octal 272 211 161 0 32 47 33 24 43 73
Binary 10111010 10001001 1110001 0 11010 100111 11011 10100 100011 111011

Color Harmonies of #BA8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8971

Black with #BA8971

Text Example


Text Example

White with #BA8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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