Html Css Color HEX #BA8B71 Brandy Rose

📋 copy color: '#BA8B71'

red 186 ◦ green 139 ◦ blue 113

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

Shades of Brandy Rose #BA8B71

Tints of Brandy Rose #BA8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

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

R = 42.47%
G = 31.74%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8B71 (or 0xBA8B71) is known color: Brandy Rose. HEX triplet: BA, 8B and 71. RGB value is (186,139,113). Sum of RGB (Red+Green+Blue) = 186+139+113=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B71 is #45748E. Grayscale: #969696. Windows color (decimal): -4551823 or 7441338. OLE color: 7441338.

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

Color convert

RGB 186 139 113 -
CMYK 0 0.25 0.39 0.27
HSL 21.37º 0.35% 0.59% -
HSV(B) 21.37º 0.39% 0.73% -
XYZ 32.46 30.1 19.72 -
YUV 150.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 186 139 113 0 0.25 0.39 0.27 21.37 0.35 0.59
Hex BA 8B 71 0 19 27 1B 15 23 3B
Octal 272 213 161 0 31 47 33 25 43 73
Binary 10111010 10001011 1110001 0 11001 100111 11011 10101 100011 111011

Color Harmonies of #BA8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B71

Black with #BA8B71

Text Example


Text Example

White with #BA8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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