Html Css Color HEX #BA6F3B Bourbon

📋 copy color: '#BA6F3B'

red 186 ◦ green 111 ◦ blue 59

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

Shades of Bourbon #BA6F3B

Tints of Bourbon #BA6F3B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 52.25%
G = 31.18%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA6F3B (or 0xBA6F3B) is known color: Bourbon. HEX triplet: BA, 6F and 3B. RGB value is (186,111,59). Sum of RGB (Red+Green+Blue) = 186+111+59=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F3B is #4590C4. Grayscale: #7F7F7F. Windows color (decimal): -4559045 or 3895226. OLE color: 3895226.

HSL color Cylindrical-coordinate representation of color #BA6F3B: hue angle of 24.57º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA6F3B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 59 -
CMYK 0 0.40 0.68 0.27
HSL 24.57º 0.52% 0.48% -
HSV(B) 24.57º 0.68% 0.73% -
XYZ 26.72 22.12 7 -
YUV 127.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 186 111 59 0 0.40 0.68 0.27 24.57 0.52 0.48
Hex BA 6F 3B 0 28 44 1B 19 34 30
Octal 272 157 73 0 50 104 33 31 64 60
Binary 10111010 1101111 111011 0 101000 1000100 11011 11001 110100 110000

Color Harmonies of #BA6F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F3B

Black with #BA6F3B

Text Example


Text Example

White with #BA6F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F3B; }

 p { color: rgb(186,111,59); }

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

background-color css

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

 a { background-color: rgb(186,111,59); }

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

border-color css

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

 span { border-color: rgb(186,111,59); }

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