Html Css Color HEX #B6920E Dark Goldenrod

📋 copy color: '#B6920E'

red 182 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #B6920E

Tints of Dark Goldenrod #B6920E

RGB

 RED value IS 182 (71.48% from 255) = 53.22%

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

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

R = 53.22%
G = 42.69%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6920E (or 0xB6920E) is known color: Dark Goldenrod. HEX triplet: B6, 92 and 0E. RGB value is (182,146,14). Sum of RGB (Red+Green+Blue) = 182+146+14=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B6920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6920E is #496DF1. Grayscale: #8E8E8E. Windows color (decimal): -4812274 or 955062. OLE color: 955062.

HSL color Cylindrical-coordinate representation of color #B6920E: hue angle of 47.14º 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 #B6920E is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 146 14 -
CMYK 0 0.20 0.92 0.29
HSL 47.14º 0.86% 0.38% -
HSV(B) 47.14º 0.92% 0.71% -
XYZ 29.65 30.53 4.75 -
YUV 141.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 182 146 14 0 0.20 0.92 0.29 47.14 0.86 0.38
Hex B6 92 E 0 14 5C 1D 2F 56 26
Octal 266 222 16 0 24 134 35 57 126 46
Binary 10110110 10010010 1110 0 10100 1011100 11101 101111 1010110 100110

Color Harmonies of #B6920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6920E

Black with #B6920E

Text Example


Text Example

White with #B6920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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