Html Css Color HEX #BC790C Dark Goldenrod

📋 copy color: '#BC790C'

red 188 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #BC790C

Tints of Dark Goldenrod #BC790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 58.57%
G = 37.69%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC790C (or 0xBC790C) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 0C. RGB value is (188,121,12). Sum of RGB (Red+Green+Blue) = 188+121+12=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC790C is #4386F3. Grayscale: #818181. Windows color (decimal): -4425460 or 817596. OLE color: 817596.

HSL color Cylindrical-coordinate representation of color #BC790C: hue angle of 37.16º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC790C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 12 -
CMYK 0 0.36 0.94 0.26
HSL 37.16º 0.88% 0.39% -
HSV(B) 37.16º 0.94% 0.74% -
XYZ 27.64 24.39 3.6 -
YUV 128.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 188 121 12 0 0.36 0.94 0.26 37.16 0.88 0.39
Hex BC 79 C 0 24 5E 1A 25 58 27
Octal 274 171 14 0 44 136 32 45 130 47
Binary 10111100 1111001 1100 0 100100 1011110 11010 100101 1011000 100111

Color Harmonies of #BC790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC790C

Black with #BC790C

Text Example


Text Example

White with #BC790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC790C; }

 p { color: rgb(188,121,12); }

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

background-color css

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

 a { background-color: rgb(188,121,12); }

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

border-color css

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

 span { border-color: rgb(188,121,12); }

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