Html Css Color HEX #BC8C03 Dark Goldenrod

📋 copy color: '#BC8C03'

red 188 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #BC8C03

Tints of Dark Goldenrod #BC8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

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

R = 56.8%
G = 42.3%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8C03 (or 0xBC8C03) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 03. RGB value is (188,140,3). Sum of RGB (Red+Green+Blue) = 188+140+3=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C03 is #4373FC. Grayscale: #8B8B8B. Windows color (decimal): -4420605 or 232636. OLE color: 232636.

HSL color Cylindrical-coordinate representation of color #BC8C03: hue angle of 44.43º 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 #BC8C03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 3 -
CMYK 0 0.26 0.98 0.26
HSL 44.43º 0.97% 0.37% -
HSV(B) 44.43º 0.98% 0.74% -
XYZ 30.13 29.45 4.18 -
YUV 138.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 188 140 3 0 0.26 0.98 0.26 44.43 0.97 0.37
Hex BC 8C 3 0 1A 62 1A 2C 61 25
Octal 274 214 3 0 32 142 32 54 141 45
Binary 10111100 10001100 11 0 11010 1100010 11010 101100 1100001 100101

Color Harmonies of #BC8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C03

Black with #BC8C03

Text Example


Text Example

White with #BC8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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