Html Css Color HEX #B77B13 Dark Goldenrod

📋 copy color: '#B77B13'

red 183 ◦ green 123 ◦ blue 19

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

Shades of Dark Goldenrod #B77B13

Tints of Dark Goldenrod #B77B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 56.31%
G = 37.85%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77B13 (or 0xB77B13) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 13. RGB value is (183,123,19). Sum of RGB (Red+Green+Blue) = 183+123+19=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B13 is #4884EC. Grayscale: #818181. Windows color (decimal): -4752621 or 1276855. OLE color: 1276855.

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

Color convert

RGB 183 123 19 -
CMYK 0 0.33 0.90 0.28
HSL 38.05º 0.81% 0.4% -
HSV(B) 38.05º 0.9% 0.72% -
XYZ 26.73 24.28 3.89 -
YUV 129.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 183 123 19 0 0.33 0.90 0.28 38.05 0.81 0.4
Hex B7 7B 13 0 21 5A 1C 26 51 28
Octal 267 173 23 0 41 132 34 46 121 50
Binary 10110111 1111011 10011 0 100001 1011010 11100 100110 1010001 101000

Color Harmonies of #B77B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B13

Black with #B77B13

Text Example


Text Example

White with #B77B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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