Html Css Color HEX #BA8073 Brandy Rose

📋 copy color: '#BA8073'

red 186 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #BA8073

Tints of Brandy Rose #BA8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 43.36%
G = 29.84%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA8073 (or 0xBA8073) is known color: Brandy Rose. HEX triplet: BA, 80 and 73. RGB value is (186,128,115). Sum of RGB (Red+Green+Blue) = 186+128+115=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8073 is #457F8C. Grayscale: #8F8F8F. Windows color (decimal): -4554637 or 7569594. OLE color: 7569594.

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

Color convert

RGB 186 128 115 -
CMYK 0 0.31 0.38 0.27
HSL 10.99º 0.34% 0.59% -
HSV(B) 10.99º 0.38% 0.73% -
XYZ 31.06 27.12 19.82 -
YUV 143.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 186 128 115 0 0.31 0.38 0.27 10.99 0.34 0.59
Hex BA 80 73 0 1F 26 1B B 22 3B
Octal 272 200 163 0 37 46 33 13 42 73
Binary 10111010 10000000 1110011 0 11111 100110 11011 1011 100010 111011

Color Harmonies of #BA8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8073

Black with #BA8073

Text Example


Text Example

White with #BA8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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