Html Css Color HEX #BA8376 Brandy Rose

📋 copy color: '#BA8376'

red 186 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #BA8376

Tints of Brandy Rose #BA8376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 42.76%
G = 30.11%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8376 (or 0xBA8376) is known color: Brandy Rose. HEX triplet: BA, 83 and 76. RGB value is (186,131,118). Sum of RGB (Red+Green+Blue) = 186+131+118=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8376 is #457C89. Grayscale: #929292. Windows color (decimal): -4553866 or 7766970. OLE color: 7766970.

HSL color Cylindrical-coordinate representation of color #BA8376: hue angle of 11.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8376 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 118 -
CMYK 0 0.30 0.37 0.27
HSL 11.47º 0.33% 0.6% -
HSV(B) 11.47º 0.37% 0.73% -
XYZ 31.64 27.98 20.87 -
YUV 145.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 186 131 118 0 0.30 0.37 0.27 11.47 0.33 0.6
Hex BA 83 76 0 1E 25 1B B 21 3C
Octal 272 203 166 0 36 45 33 13 41 74
Binary 10111010 10000011 1110110 0 11110 100101 11011 1011 100001 111100

Color Harmonies of #BA8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8376

Black with #BA8376

Text Example


Text Example

White with #BA8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8376; }

 p { color: rgb(186,131,118); }

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

background-color css

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

 a { background-color: rgb(186,131,118); }

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

border-color css

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

 span { border-color: rgb(186,131,118); }

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