Html Css Color HEX #BD700E Dark Goldenrod

📋 copy color: '#BD700E'

red 189 ◦ green 112 ◦ blue 14

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

Shades of Dark Goldenrod #BD700E

Tints of Dark Goldenrod #BD700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 60%
G = 35.56%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD700E (or 0xBD700E) is known color: Dark Goldenrod. HEX triplet: BD, 70 and 0E. RGB value is (189,112,14). Sum of RGB (Red+Green+Blue) = 189+112+14=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD700E is #428FF1. Grayscale: #7C7C7C. Windows color (decimal): -4362226 or 946365. OLE color: 946365.

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

Color convert

RGB 189 112 14 -
CMYK 0 0.41 0.93 0.26
HSL 33.6º 0.86% 0.4% -
HSV(B) 33.6º 0.93% 0.74% -
XYZ 26.86 22.44 3.33 -
YUV 123.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 189 112 14 0 0.41 0.93 0.26 33.6 0.86 0.4
Hex BD 70 E 0 29 5D 1A 22 56 28
Octal 275 160 16 0 51 135 32 42 126 50
Binary 10111101 1110000 1110 0 101001 1011101 11010 100010 1010110 101000

Color Harmonies of #BD700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD700E

Black with #BD700E

Text Example


Text Example

White with #BD700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD700E; }

 p { color: rgb(189,112,14); }

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

background-color css

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

 a { background-color: rgb(189,112,14); }

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

border-color css

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

 span { border-color: rgb(189,112,14); }

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