Html Css Color HEX #BA8372 Brandy Rose

📋 copy color: '#BA8372'

red 186 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #BA8372

Tints of Brandy Rose #BA8372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 43.16%
G = 30.39%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8372 (or 0xBA8372) is known color: Brandy Rose. HEX triplet: BA, 83 and 72. RGB value is (186,131,114). Sum of RGB (Red+Green+Blue) = 186+131+114=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8372 is #457C8D. Grayscale: #919191. Windows color (decimal): -4553870 or 7504826. OLE color: 7504826.

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

Color convert

RGB 186 131 114 -
CMYK 0 0.30 0.39 0.27
HSL 14.17º 0.34% 0.59% -
HSV(B) 14.17º 0.39% 0.73% -
XYZ 31.4 27.89 19.65 -
YUV 145.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 186 131 114 0 0.30 0.39 0.27 14.17 0.34 0.59
Hex BA 83 72 0 1E 27 1B E 22 3B
Octal 272 203 162 0 36 47 33 16 42 73
Binary 10111010 10000011 1110010 0 11110 100111 11011 1110 100010 111011

Color Harmonies of #BA8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8372

Black with #BA8372

Text Example


Text Example

White with #BA8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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