Html Css Color HEX #BD920E Dark Goldenrod

📋 copy color: '#BD920E'

red 189 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #BD920E

Tints of Dark Goldenrod #BD920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 54.15%
G = 41.83%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD920E (or 0xBD920E) is known color: Dark Goldenrod. HEX triplet: BD, 92 and 0E. RGB value is (189,146,14). Sum of RGB (Red+Green+Blue) = 189+146+14=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD920E is #426DF1. Grayscale: #909090. Windows color (decimal): -4353522 or 955069. OLE color: 955069.

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

Color convert

RGB 189 146 14 -
CMYK 0 0.23 0.93 0.26
HSL 45.26º 0.86% 0.4% -
HSV(B) 45.26º 0.93% 0.74% -
XYZ 31.34 31.41 4.83 -
YUV 143.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 189 146 14 0 0.23 0.93 0.26 45.26 0.86 0.4
Hex BD 92 E 0 17 5D 1A 2D 56 28
Octal 275 222 16 0 27 135 32 55 126 50
Binary 10111101 10010010 1110 0 10111 1011101 11010 101101 1010110 101000

Color Harmonies of #BD920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD920E

Black with #BD920E

Text Example


Text Example

White with #BD920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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