Html Css Color HEX #B4920E Dark Goldenrod

📋 copy color: '#B4920E'

red 180 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #B4920E

Tints of Dark Goldenrod #B4920E

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

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

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

R = 52.94%
G = 42.94%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4920E (or 0xB4920E) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 0E. RGB value is (180,146,14). Sum of RGB (Red+Green+Blue) = 180+146+14=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4920E is #4B6DF1. Grayscale: #8D8D8D. Windows color (decimal): -4943346 or 955060. OLE color: 955060.

HSL color Cylindrical-coordinate representation of color #B4920E: hue angle of 47.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4920E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 14 -
CMYK 0 0.19 0.92 0.29
HSL 47.71º 0.86% 0.38% -
HSV(B) 47.71º 0.92% 0.71% -
XYZ 29.18 30.29 4.72 -
YUV 141.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 180 146 14 0 0.19 0.92 0.29 47.71 0.86 0.38
Hex B4 92 E 0 13 5C 1D 30 56 26
Octal 264 222 16 0 23 134 35 60 126 46
Binary 10110100 10010010 1110 0 10011 1011100 11101 110000 1010110 100110

Color Harmonies of #B4920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4920E

Black with #B4920E

Text Example


Text Example

White with #B4920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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