Html Css Color HEX #B77A12 Dark Goldenrod

📋 copy color: '#B77A12'

red 183 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #B77A12

Tints of Dark Goldenrod #B77A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

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

R = 56.66%
G = 37.77%
B = 5.57%

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

#B77A12 (or 0xB77A12) is known color: Dark Goldenrod. HEX triplet: B7, 7A and 12. RGB value is (183,122,18). Sum of RGB (Red+Green+Blue) = 183+122+18=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77A12 is #4885ED. Grayscale: #808080. Windows color (decimal): -4752878 or 1211063. OLE color: 1211063.

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

Color convert

RGB 183 122 18 -
CMYK 0 0.33 0.90 0.28
HSL 37.82º 0.82% 0.39% -
HSV(B) 37.82º 0.9% 0.72% -
XYZ 26.6 24.03 3.81 -
YUV 128.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 183 122 18 0 0.33 0.90 0.28 37.82 0.82 0.39
Hex B7 7A 12 0 21 5A 1C 26 52 27
Octal 267 172 22 0 41 132 34 46 122 47
Binary 10110111 1111010 10010 0 100001 1011010 11100 100110 1010010 100111

Color Harmonies of #B77A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A12

Black with #B77A12

Text Example


Text Example

White with #B77A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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