Html Css Color HEX #BA8D81 Brandy Rose

📋 copy color: '#BA8D81'

red 186 ◦ green 141 ◦ blue 129

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

Shades of Brandy Rose #BA8D81

Tints of Brandy Rose #BA8D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 40.79%
G = 30.92%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA8D81 (or 0xBA8D81) is known color: Brandy Rose. HEX triplet: BA, 8D and 81. RGB value is (186,141,129). Sum of RGB (Red+Green+Blue) = 186+141+129=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D81 is #45727E. Grayscale: #999999. Windows color (decimal): -4551295 or 8490426. OLE color: 8490426.

HSL color Cylindrical-coordinate representation of color #BA8D81: hue angle of 12.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8D81 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 129 -
CMYK 0 0.24 0.31 0.27
HSL 12.63º 0.29% 0.62% -
HSV(B) 12.63º 0.31% 0.73% -
XYZ 33.74 31.07 24.99 -
YUV 153.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 186 141 129 0 0.24 0.31 0.27 12.63 0.29 0.62
Hex BA 8D 81 0 18 1F 1B D 1D 3E
Octal 272 215 201 0 30 37 33 15 35 76
Binary 10111010 10001101 10000001 0 11000 11111 11011 1101 11101 111110

Color Harmonies of #BA8D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D81

Black with #BA8D81

Text Example


Text Example

White with #BA8D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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