Html Css Color HEX #BA8077 Brandy Rose

📋 copy color: '#BA8077'

red 186 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #BA8077

Tints of Brandy Rose #BA8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 42.96%
G = 29.56%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA8077 (or 0xBA8077) is known color: Brandy Rose. HEX triplet: BA, 80 and 77. RGB value is (186,128,119). Sum of RGB (Red+Green+Blue) = 186+128+119=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8077 is #457F88. Grayscale: #909090. Windows color (decimal): -4554633 or 7831738. OLE color: 7831738.

HSL color Cylindrical-coordinate representation of color #BA8077: hue angle of 8.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8077 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 119 -
CMYK 0 0.31 0.36 0.27
HSL 8.06º 0.33% 0.6% -
HSV(B) 8.06º 0.36% 0.73% -
XYZ 31.3 27.21 21.06 -
YUV 144.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 186 128 119 0 0.31 0.36 0.27 8.06 0.33 0.6
Hex BA 80 77 0 1F 24 1B 8 21 3C
Octal 272 200 167 0 37 44 33 10 41 74
Binary 10111010 10000000 1110111 0 11111 100100 11011 1000 100001 111100

Color Harmonies of #BA8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8077

Black with #BA8077

Text Example


Text Example

White with #BA8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8077; }

 p { color: rgb(186,128,119); }

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

background-color css

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

 a { background-color: rgb(186,128,119); }

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

border-color css

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

 span { border-color: rgb(186,128,119); }

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