Html Css Color HEX #BC8F03 Dark Goldenrod

📋 copy color: '#BC8F03'

red 188 ◦ green 143 ◦ blue 3

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

Shades of Dark Goldenrod #BC8F03

Tints of Dark Goldenrod #BC8F03

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 56.29%
G = 42.81%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8F03 (or 0xBC8F03) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 03. RGB value is (188,143,3). Sum of RGB (Red+Green+Blue) = 188+143+3=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F03 is #4370FC. Grayscale: #8D8D8D. Windows color (decimal): -4419837 or 233404. OLE color: 233404.

HSL color Cylindrical-coordinate representation of color #BC8F03: hue angle of 45.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8F03 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 3 -
CMYK 0 0.24 0.98 0.26
HSL 45.41º 0.97% 0.37% -
HSV(B) 45.41º 0.98% 0.74% -
XYZ 30.58 30.34 4.33 -
YUV 140.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 188 143 3 0 0.24 0.98 0.26 45.41 0.97 0.37
Hex BC 8F 3 0 18 62 1A 2D 61 25
Octal 274 217 3 0 30 142 32 55 141 45
Binary 10111100 10001111 11 0 11000 1100010 11010 101101 1100001 100101

Color Harmonies of #BC8F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F03

Black with #BC8F03

Text Example


Text Example

White with #BC8F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F03; }

 p { color: rgb(188,143,3); }

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

background-color css

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

 a { background-color: rgb(188,143,3); }

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

border-color css

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

 span { border-color: rgb(188,143,3); }

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