Html Css Color HEX #BA7A72 Brandy Rose

📋 copy color: '#BA7A72'

red 186 ◦ green 122 ◦ blue 114

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

Shades of Brandy Rose #BA7A72

Tints of Brandy Rose #BA7A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

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

R = 44.08%
G = 28.91%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA7A72 (or 0xBA7A72) is known color: Brandy Rose. HEX triplet: BA, 7A and 72. RGB value is (186,122,114). Sum of RGB (Red+Green+Blue) = 186+122+114=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A72 is #45858D. Grayscale: #8C8C8C. Windows color (decimal): -4556174 or 7502522. OLE color: 7502522.

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

Color convert

RGB 186 122 114 -
CMYK 0 0.34 0.39 0.27
HSL 6.67º 0.34% 0.59% -
HSV(B) 6.67º 0.39% 0.73% -
XYZ 30.25 25.57 19.26 -
YUV 140.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 186 122 114 0 0.34 0.39 0.27 6.67 0.34 0.59
Hex BA 7A 72 0 22 27 1B 7 22 3B
Octal 272 172 162 0 42 47 33 7 42 73
Binary 10111010 1111010 1110010 0 100010 100111 11011 111 100010 111011

Color Harmonies of #BA7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A72

Black with #BA7A72

Text Example


Text Example

White with #BA7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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