Html Css Color HEX #B77512 Dark Goldenrod

📋 copy color: '#B77512'

red 183 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B77512

Tints of Dark Goldenrod #B77512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 57.55%
G = 36.79%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77512 (or 0xB77512) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 12. RGB value is (183,117,18). Sum of RGB (Red+Green+Blue) = 183+117+18=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77512 is #488AED. Grayscale: #7D7D7D. Windows color (decimal): -4754158 or 1209783. OLE color: 1209783.

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

Color convert

RGB 183 117 18 -
CMYK 0 0.36 0.90 0.28
HSL 36º 0.82% 0.39% -
HSV(B) 36º 0.9% 0.72% -
XYZ 26 22.83 3.61 -
YUV 125.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 183 117 18 0 0.36 0.90 0.28 36 0.82 0.39
Hex B7 75 12 0 24 5A 1C 24 52 27
Octal 267 165 22 0 44 132 34 44 122 47
Binary 10110111 1110101 10010 0 100100 1011010 11100 100100 1010010 100111

Color Harmonies of #B77512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77512

Black with #B77512

Text Example


Text Example

White with #B77512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77512; }

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

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

background-color css

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

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

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

border-color css

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

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

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