Html Css Color HEX #BC8B14 Dark Goldenrod

📋 copy color: '#BC8B14'

red 188 ◦ green 139 ◦ blue 20

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

Shades of Dark Goldenrod #BC8B14

Tints of Dark Goldenrod #BC8B14

RGB

 RED value IS 188 (73.83% from 255) = 54.18%

 GREEN value IS 139 (54.69% from 255) = 40.06%

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 54.18%
G = 40.06%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8B14 (or 0xBC8B14) is known color: Dark Goldenrod. HEX triplet: BC, 8B and 14. RGB value is (188,139,20). Sum of RGB (Red+Green+Blue) = 188+139+20=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8B14 is #4374EB. Grayscale: #8C8C8C. Windows color (decimal): -4420844 or 1346492. OLE color: 1346492.

HSL color Cylindrical-coordinate representation of color #BC8B14: hue angle of 42.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC8B14 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 20 -
CMYK 0 0.26 0.89 0.26
HSL 42.5º 0.81% 0.41% -
HSV(B) 42.5º 0.89% 0.74% -
XYZ 30.1 29.21 4.71 -
YUV 140.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 188 139 20 0 0.26 0.89 0.26 42.5 0.81 0.41
Hex BC 8B 14 0 1A 59 1A 2A 51 29
Octal 274 213 24 0 32 131 32 52 121 51
Binary 10111100 10001011 10100 0 11010 1011001 11010 101010 1010001 101001

Color Harmonies of #BC8B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B14

Black with #BC8B14

Text Example


Text Example

White with #BC8B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B14; }

 p { color: rgb(188,139,20); }

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

background-color css

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

 a { background-color: rgb(188,139,20); }

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

border-color css

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

 span { border-color: rgb(188,139,20); }

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