Html Css Color HEX #BA8076 Brandy Rose

📋 copy color: '#BA8076'

red 186 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #BA8076

Tints of Brandy Rose #BA8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 43.06%
G = 29.63%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8076 (or 0xBA8076) is known color: Brandy Rose. HEX triplet: BA, 80 and 76. RGB value is (186,128,118). Sum of RGB (Red+Green+Blue) = 186+128+118=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8076 is #457F89. Grayscale: #909090. Windows color (decimal): -4554634 or 7766202. OLE color: 7766202.

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

Color convert

RGB 186 128 118 -
CMYK 0 0.31 0.37 0.27
HSL 8.82º 0.33% 0.6% -
HSV(B) 8.82º 0.37% 0.73% -
XYZ 31.24 27.19 20.74 -
YUV 144.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 186 128 118 0 0.31 0.37 0.27 8.82 0.33 0.6
Hex BA 80 76 0 1F 25 1B 9 21 3C
Octal 272 200 166 0 37 45 33 11 41 74
Binary 10111010 10000000 1110110 0 11111 100101 11011 1001 100001 111100

Color Harmonies of #BA8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8076

Black with #BA8076

Text Example


Text Example

White with #BA8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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