Html Css Color HEX #BD790C Dark Goldenrod

📋 copy color: '#BD790C'

red 189 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #BD790C

Tints of Dark Goldenrod #BD790C

RGB

 RED value IS 189 (74.22% from 255) = 58.7%

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

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

R = 58.7%
G = 37.58%
B = 3.73%

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

#BD790C (or 0xBD790C) is known color: Dark Goldenrod. HEX triplet: BD, 79 and 0C. RGB value is (189,121,12). Sum of RGB (Red+Green+Blue) = 189+121+12=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD790C is #4286F3. Grayscale: #818181. Windows color (decimal): -4359924 or 817597. OLE color: 817597.

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

Color convert

RGB 189 121 12 -
CMYK 0 0.36 0.94 0.26
HSL 36.95º 0.88% 0.39% -
HSV(B) 36.95º 0.94% 0.74% -
XYZ 27.89 24.52 3.61 -
YUV 128.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 189 121 12 0 0.36 0.94 0.26 36.95 0.88 0.39
Hex BD 79 C 0 24 5E 1A 25 58 27
Octal 275 171 14 0 44 136 32 45 130 47
Binary 10111101 1111001 1100 0 100100 1011110 11010 100101 1011000 100111

Color Harmonies of #BD790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD790C

Black with #BD790C

Text Example


Text Example

White with #BD790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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