Html Css Color HEX #B77B16 Dark Goldenrod

📋 copy color: '#B77B16'

red 183 ◦ green 123 ◦ blue 22

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

Shades of Dark Goldenrod #B77B16

Tints of Dark Goldenrod #B77B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 55.79%
G = 37.5%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B77B16 (or 0xB77B16) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 16. RGB value is (183,123,22). Sum of RGB (Red+Green+Blue) = 183+123+22=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B16 is #4884E9. Grayscale: #818181. Windows color (decimal): -4752618 or 1473463. OLE color: 1473463.

HSL color Cylindrical-coordinate representation of color #B77B16: hue angle of 37.64º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B77B16 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 123 22 -
CMYK 0 0.33 0.88 0.28
HSL 37.64º 0.79% 0.4% -
HSV(B) 37.64º 0.88% 0.72% -
XYZ 26.76 24.29 4.04 -
YUV 129.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 183 123 22 0 0.33 0.88 0.28 37.64 0.79 0.4
Hex B7 7B 16 0 21 58 1C 26 4F 28
Octal 267 173 26 0 41 130 34 46 117 50
Binary 10110111 1111011 10110 0 100001 1011000 11100 100110 1001111 101000

Color Harmonies of #B77B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B16

Black with #B77B16

Text Example


Text Example

White with #B77B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B16; }

 p { color: rgb(183,123,22); }

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

background-color css

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

 a { background-color: rgb(183,123,22); }

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

border-color css

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

 span { border-color: rgb(183,123,22); }

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