Html Css Color HEX #B7750B Dark Goldenrod

📋 copy color: '#B7750B'

red 183 ◦ green 117 ◦ blue 11

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

Shades of Dark Goldenrod #B7750B

Tints of Dark Goldenrod #B7750B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 58.84%
G = 37.62%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7750B (or 0xB7750B) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 0B. RGB value is (183,117,11). Sum of RGB (Red+Green+Blue) = 183+117+11=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7750B is #488AF4. Grayscale: #7D7D7D. Windows color (decimal): -4754165 or 751031. OLE color: 751031.

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

Color convert

RGB 183 117 11 -
CMYK 0 0.36 0.94 0.28
HSL 36.98º 0.89% 0.38% -
HSV(B) 36.98º 0.94% 0.72% -
XYZ 25.95 22.81 3.35 -
YUV 124.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 183 117 11 0 0.36 0.94 0.28 36.98 0.89 0.38
Hex B7 75 B 0 24 5E 1C 25 59 26
Octal 267 165 13 0 44 136 34 45 131 46
Binary 10110111 1110101 1011 0 100100 1011110 11100 100101 1011001 100110

Color Harmonies of #B7750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7750B

Black with #B7750B

Text Example


Text Example

White with #B7750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7750B; }

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

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

background-color css

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

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

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

border-color css

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

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

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