Html Css Color HEX #B77E14 Dark Goldenrod

📋 copy color: '#B77E14'

red 183 ◦ green 126 ◦ blue 20

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

Shades of Dark Goldenrod #B77E14

Tints of Dark Goldenrod #B77E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 55.62%
G = 38.3%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B77E14 (or 0xB77E14) is known color: Dark Goldenrod. HEX triplet: B7, 7E and 14. RGB value is (183,126,20). Sum of RGB (Red+Green+Blue) = 183+126+20=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77E14 is #4881EB. Grayscale: #838383. Windows color (decimal): -4751852 or 1343159. OLE color: 1343159.

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

Color convert

RGB 183 126 20 -
CMYK 0 0.31 0.89 0.28
HSL 39.02º 0.8% 0.4% -
HSV(B) 39.02º 0.89% 0.72% -
XYZ 27.12 25.04 4.07 -
YUV 130.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 183 126 20 0 0.31 0.89 0.28 39.02 0.8 0.4
Hex B7 7E 14 0 1F 59 1C 27 50 28
Octal 267 176 24 0 37 131 34 47 120 50
Binary 10110111 1111110 10100 0 11111 1011001 11100 100111 1010000 101000

Color Harmonies of #B77E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E14

Black with #B77E14

Text Example


Text Example

White with #B77E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E14; }

 p { color: rgb(183,126,20); }

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

background-color css

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

 a { background-color: rgb(183,126,20); }

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

border-color css

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

 span { border-color: rgb(183,126,20); }

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