Html Css Color HEX #BA806C Brandy Rose

📋 copy color: '#BA806C'

red 186 ◦ green 128 ◦ blue 108

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

Shades of Brandy Rose #BA806C

Tints of Brandy Rose #BA806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 44.08%
G = 30.33%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA806C (or 0xBA806C) is known color: Brandy Rose. HEX triplet: BA, 80 and 6C. RGB value is (186,128,108). Sum of RGB (Red+Green+Blue) = 186+128+108=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA806C is #457F93. Grayscale: #8F8F8F. Windows color (decimal): -4554644 or 7110842. OLE color: 7110842.

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

Color convert

RGB 186 128 108 -
CMYK 0 0.31 0.42 0.27
HSL 15.38º 0.36% 0.58% -
HSV(B) 15.38º 0.42% 0.73% -
XYZ 30.68 26.96 17.77 -
YUV 143.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 186 128 108 0 0.31 0.42 0.27 15.38 0.36 0.58
Hex BA 80 6C 0 1F 2A 1B F 24 3A
Octal 272 200 154 0 37 52 33 17 44 72
Binary 10111010 10000000 1101100 0 11111 101010 11011 1111 100100 111010

Color Harmonies of #BA806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA806C

Black with #BA806C

Text Example


Text Example

White with #BA806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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