Html Css Color HEX #B7940B Dark Goldenrod

📋 copy color: '#B7940B'

red 183 ◦ green 148 ◦ blue 11

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

Shades of Dark Goldenrod #B7940B

Tints of Dark Goldenrod #B7940B

RGB

 RED value IS 183 (71.88% from 255) = 53.51%

 GREEN value IS 148 (58.2% from 255) = 43.27%

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 53.51%
G = 43.27%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7940B (or 0xB7940B) is known color: Dark Goldenrod. HEX triplet: B7, 94 and 0B. RGB value is (183,148,11). Sum of RGB (Red+Green+Blue) = 183+148+11=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7940B is #486BF4. Grayscale: #8F8F8F. Windows color (decimal): -4746229 or 758967. OLE color: 758967.

HSL color Cylindrical-coordinate representation of color #B7940B: hue angle of 47.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7940B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 148 11 -
CMYK 0 0.19 0.94 0.28
HSL 47.79º 0.89% 0.38% -
HSV(B) 47.79º 0.94% 0.72% -
XYZ 30.18 31.27 4.76 -
YUV 142.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 183 148 11 0 0.19 0.94 0.28 47.79 0.89 0.38
Hex B7 94 B 0 13 5E 1C 30 59 26
Octal 267 224 13 0 23 136 34 60 131 46
Binary 10110111 10010100 1011 0 10011 1011110 11100 110000 1011001 100110

Color Harmonies of #B7940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7940B

Black with #B7940B

Text Example


Text Example

White with #B7940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7940B; }

 p { color: rgb(183,148,11); }

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

background-color css

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

 a { background-color: rgb(183,148,11); }

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

border-color css

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

 span { border-color: rgb(183,148,11); }

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