Html Css Color HEX #BA7D72 Brandy Rose

📋 copy color: '#BA7D72'

red 186 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #BA7D72

Tints of Brandy Rose #BA7D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

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

R = 43.76%
G = 29.41%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA7D72 (or 0xBA7D72) is known color: Brandy Rose. HEX triplet: BA, 7D and 72. RGB value is (186,125,114). Sum of RGB (Red+Green+Blue) = 186+125+114=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D72 is #45828D. Grayscale: #8E8E8E. Windows color (decimal): -4555406 or 7503290. OLE color: 7503290.

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

Color convert

RGB 186 125 114 -
CMYK 0 0.33 0.39 0.27
HSL 9.17º 0.34% 0.59% -
HSV(B) 9.17º 0.39% 0.73% -
XYZ 30.62 26.32 19.39 -
YUV 141.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 186 125 114 0 0.33 0.39 0.27 9.17 0.34 0.59
Hex BA 7D 72 0 21 27 1B 9 22 3B
Octal 272 175 162 0 41 47 33 11 42 73
Binary 10111010 1111101 1110010 0 100001 100111 11011 1001 100010 111011

Color Harmonies of #BA7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D72

Black with #BA7D72

Text Example


Text Example

White with #BA7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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