Html Css Color HEX #B7700B Dark Goldenrod

📋 copy color: '#B7700B'

red 183 ◦ green 112 ◦ blue 11

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

Shades of Dark Goldenrod #B7700B

Tints of Dark Goldenrod #B7700B

RGB

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

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

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

R = 59.8%
G = 36.6%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7700B (or 0xB7700B) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 0B. RGB value is (183,112,11). Sum of RGB (Red+Green+Blue) = 183+112+11=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7700B is #488FF4. Grayscale: #7A7A7A. Windows color (decimal): -4755445 or 749751. OLE color: 749751.

HSL color Cylindrical-coordinate representation of color #B7700B: hue angle of 35.23º 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 #B7700B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 11 -
CMYK 0 0.39 0.94 0.28
HSL 35.23º 0.89% 0.38% -
HSV(B) 35.23º 0.94% 0.72% -
XYZ 25.38 21.68 3.16 -
YUV 121.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 183 112 11 0 0.39 0.94 0.28 35.23 0.89 0.38
Hex B7 70 B 0 27 5E 1C 23 59 26
Octal 267 160 13 0 47 136 34 43 131 46
Binary 10110111 1110000 1011 0 100111 1011110 11100 100011 1011001 100110

Color Harmonies of #B7700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7700B

Black with #B7700B

Text Example


Text Example

White with #B7700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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