Html Css Color HEX #B77C0A Dark Goldenrod

📋 copy color: '#B77C0A'

red 183 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #B77C0A

Tints of Dark Goldenrod #B77C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 57.73%
G = 39.12%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B77C0A (or 0xB77C0A) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 0A. RGB value is (183,124,10). Sum of RGB (Red+Green+Blue) = 183+124+10=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C0A is #4883F5. Grayscale: #818181. Windows color (decimal): -4752374 or 687287. OLE color: 687287.

HSL color Cylindrical-coordinate representation of color #B77C0A: hue angle of 39.54º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B77C0A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 10 -
CMYK 0 0.32 0.95 0.28
HSL 39.54º 0.9% 0.38% -
HSV(B) 39.54º 0.95% 0.72% -
XYZ 26.79 24.5 3.6 -
YUV 128.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 183 124 10 0 0.32 0.95 0.28 39.54 0.9 0.38
Hex B7 7C A 0 20 5F 1C 28 5A 26
Octal 267 174 12 0 40 137 34 50 132 46
Binary 10110111 1111100 1010 0 100000 1011111 11100 101000 1011010 100110

Color Harmonies of #B77C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C0A

Black with #B77C0A

Text Example


Text Example

White with #B77C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C0A; }

 p { color: rgb(183,124,10); }

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

background-color css

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

 a { background-color: rgb(183,124,10); }

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

border-color css

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

 span { border-color: rgb(183,124,10); }

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