Html Css Color HEX #BA806D Brandy Rose

📋 copy color: '#BA806D'

red 186 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #BA806D

Tints of Brandy Rose #BA806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 43.97%
G = 30.26%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA806D (or 0xBA806D) is known color: Brandy Rose. HEX triplet: BA, 80 and 6D. RGB value is (186,128,109). Sum of RGB (Red+Green+Blue) = 186+128+109=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA806D is #457F92. Grayscale: #8F8F8F. Windows color (decimal): -4554643 or 7176378. OLE color: 7176378.

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

Color convert

RGB 186 128 109 -
CMYK 0 0.31 0.41 0.27
HSL 14.81º 0.36% 0.58% -
HSV(B) 14.81º 0.41% 0.73% -
XYZ 30.73 26.98 18.06 -
YUV 143.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 186 128 109 0 0.31 0.41 0.27 14.81 0.36 0.58
Hex BA 80 6D 0 1F 29 1B F 24 3A
Octal 272 200 155 0 37 51 33 17 44 72
Binary 10111010 10000000 1101101 0 11111 101001 11011 1111 100100 111010

Color Harmonies of #BA806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA806D

Black with #BA806D

Text Example


Text Example

White with #BA806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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