Html Css Color HEX #BA7B71 Brandy Rose

📋 copy color: '#BA7B71'

red 186 ◦ green 123 ◦ blue 113

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

Shades of Brandy Rose #BA7B71

Tints of Brandy Rose #BA7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 44.08%
G = 29.15%
B = 26.78%

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

#BA7B71 (or 0xBA7B71) is known color: Brandy Rose. HEX triplet: BA, 7B and 71. RGB value is (186,123,113). Sum of RGB (Red+Green+Blue) = 186+123+113=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B71 is #45848E. Grayscale: #8C8C8C. Windows color (decimal): -4555919 or 7437242. OLE color: 7437242.

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

Color convert

RGB 186 123 113 -
CMYK 0 0.34 0.39 0.27
HSL 8.22º 0.35% 0.59% -
HSV(B) 8.22º 0.39% 0.73% -
XYZ 30.31 25.8 19 -
YUV 140.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 186 123 113 0 0.34 0.39 0.27 8.22 0.35 0.59
Hex BA 7B 71 0 22 27 1B 8 23 3B
Octal 272 173 161 0 42 47 33 10 43 73
Binary 10111010 1111011 1110001 0 100010 100111 11011 1000 100011 111011

Color Harmonies of #BA7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B71

Black with #BA7B71

Text Example


Text Example

White with #BA7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B71; }

 p { color: rgb(186,123,113); }

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

background-color css

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

 a { background-color: rgb(186,123,113); }

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

border-color css

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

 span { border-color: rgb(186,123,113); }

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