Html Css Color HEX #BA8067 Brandy Rose

📋 copy color: '#BA8067'

red 186 ◦ green 128 ◦ blue 103

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

Shades of Brandy Rose #BA8067

Tints of Brandy Rose #BA8067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.7%

R = 44.6%
G = 30.7%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA8067 (or 0xBA8067) is known color: Brandy Rose. HEX triplet: BA, 80 and 67. RGB value is (186,128,103). Sum of RGB (Red+Green+Blue) = 186+128+103=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8067 is #457F98. Grayscale: #8E8E8E. Windows color (decimal): -4554649 or 6783162. OLE color: 6783162.

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

Color convert

RGB 186 128 103 -
CMYK 0 0.31 0.45 0.27
HSL 18.07º 0.38% 0.57% -
HSV(B) 18.07º 0.45% 0.73% -
XYZ 30.42 26.86 16.41 -
YUV 142.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 186 128 103 0 0.31 0.45 0.27 18.07 0.38 0.57
Hex BA 80 67 0 1F 2D 1B 12 26 39
Octal 272 200 147 0 37 55 33 22 46 71
Binary 10111010 10000000 1100111 0 11111 101101 11011 10010 100110 111001

Color Harmonies of #BA8067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8067

Black with #BA8067

Text Example


Text Example

White with #BA8067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8067; }

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

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

background-color css

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

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

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

border-color css

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

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

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