Html Css Color HEX #BA6C0B Dark Goldenrod

📋 copy color: '#BA6C0B'

red 186 ◦ green 108 ◦ blue 11

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

Shades of Dark Goldenrod #BA6C0B

Tints of Dark Goldenrod #BA6C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 60.98%
G = 35.41%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA6C0B (or 0xBA6C0B) is known color: Dark Goldenrod. HEX triplet: BA, 6C and 0B. RGB value is (186,108,11). Sum of RGB (Red+Green+Blue) = 186+108+11=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C0B is #4593F4. Grayscale: #787878. Windows color (decimal): -4559861 or 748730. OLE color: 748730.

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

Color convert

RGB 186 108 11 -
CMYK 0 0.42 0.94 0.27
HSL 33.26º 0.89% 0.39% -
HSV(B) 33.26º 0.94% 0.73% -
XYZ 25.67 21.19 3.05 -
YUV 120.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 186 108 11 0 0.42 0.94 0.27 33.26 0.89 0.39
Hex BA 6C B 0 2A 5E 1B 21 59 27
Octal 272 154 13 0 52 136 33 41 131 47
Binary 10111010 1101100 1011 0 101010 1011110 11011 100001 1011001 100111

Color Harmonies of #BA6C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C0B

Black with #BA6C0B

Text Example


Text Example

White with #BA6C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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