Html Css Color HEX #BA7A70 Brandy Rose

📋 copy color: '#BA7A70'

red 186 ◦ green 122 ◦ blue 112

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

Shades of Brandy Rose #BA7A70

Tints of Brandy Rose #BA7A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 44.29%
G = 29.05%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA7A70 (or 0xBA7A70) is known color: Brandy Rose. HEX triplet: BA, 7A and 70. RGB value is (186,122,112). Sum of RGB (Red+Green+Blue) = 186+122+112=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A70 is #45858F. Grayscale: #8C8C8C. Windows color (decimal): -4556176 or 7371450. OLE color: 7371450.

HSL color Cylindrical-coordinate representation of color #BA7A70: hue angle of 8.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7A70 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 122 112 -
CMYK 0 0.34 0.40 0.27
HSL 8.11º 0.35% 0.58% -
HSV(B) 8.11º 0.4% 0.73% -
XYZ 30.13 25.53 18.67 -
YUV 140 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 186 122 112 0 0.34 0.40 0.27 8.11 0.35 0.58
Hex BA 7A 70 0 22 28 1B 8 23 3A
Octal 272 172 160 0 42 50 33 10 43 72
Binary 10111010 1111010 1110000 0 100010 101000 11011 1000 100011 111010

Color Harmonies of #BA7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A70

Black with #BA7A70

Text Example


Text Example

White with #BA7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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