Html Css Color HEX #B77D0A Dark Goldenrod

📋 copy color: '#B77D0A'

red 183 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #B77D0A

Tints of Dark Goldenrod #B77D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

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

R = 57.55%
G = 39.31%
B = 3.14%

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

#B77D0A (or 0xB77D0A) is known color: Dark Goldenrod. HEX triplet: B7, 7D and 0A. RGB value is (183,125,10). Sum of RGB (Red+Green+Blue) = 183+125+10=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77D0A is #4882F5. Grayscale: #818181. Windows color (decimal): -4752118 or 687543. OLE color: 687543.

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

Color convert

RGB 183 125 10 -
CMYK 0 0.32 0.95 0.28
HSL 39.88º 0.9% 0.38% -
HSV(B) 39.88º 0.95% 0.72% -
XYZ 26.92 24.76 3.65 -
YUV 129.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 183 125 10 0 0.32 0.95 0.28 39.88 0.9 0.38
Hex B7 7D A 0 20 5F 1C 28 5A 26
Octal 267 175 12 0 40 137 34 50 132 46
Binary 10110111 1111101 1010 0 100000 1011111 11100 101000 1011010 100110

Color Harmonies of #B77D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D0A

Black with #B77D0A

Text Example


Text Example

White with #B77D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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