Html Css Color HEX #B77C0B Dark Goldenrod

📋 copy color: '#B77C0B'

red 183 ◦ green 124 ◦ blue 11

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

Shades of Dark Goldenrod #B77C0B

Tints of Dark Goldenrod #B77C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

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

R = 57.55%
G = 38.99%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B77C0B (or 0xB77C0B) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 0B. RGB value is (183,124,11). Sum of RGB (Red+Green+Blue) = 183+124+11=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C0B is #4883F4. Grayscale: #818181. Windows color (decimal): -4752373 or 752823. OLE color: 752823.

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

Color convert

RGB 183 124 11 -
CMYK 0 0.32 0.94 0.28
HSL 39.42º 0.89% 0.38% -
HSV(B) 39.42º 0.94% 0.72% -
XYZ 26.8 24.51 3.63 -
YUV 128.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 183 124 11 0 0.32 0.94 0.28 39.42 0.89 0.38
Hex B7 7C B 0 20 5E 1C 27 59 26
Octal 267 174 13 0 40 136 34 47 131 46
Binary 10110111 1111100 1011 0 100000 1011110 11100 100111 1011001 100110

Color Harmonies of #B77C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C0B

Black with #B77C0B

Text Example


Text Example

White with #B77C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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