Html Css Color HEX #B77F0A Dark Goldenrod

📋 copy color: '#B77F0A'

red 183 ◦ green 127 ◦ blue 10

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

Shades of Dark Goldenrod #B77F0A

Tints of Dark Goldenrod #B77F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 57.19%
G = 39.69%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B77F0A (or 0xB77F0A) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 0A. RGB value is (183,127,10). Sum of RGB (Red+Green+Blue) = 183+127+10=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F0A is #4880F5. Grayscale: #828282. Windows color (decimal): -4751606 or 688055. OLE color: 688055.

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

Color convert

RGB 183 127 10 -
CMYK 0 0.31 0.95 0.28
HSL 40.58º 0.9% 0.38% -
HSV(B) 40.58º 0.95% 0.72% -
XYZ 27.17 25.27 3.73 -
YUV 130.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 183 127 10 0 0.31 0.95 0.28 40.58 0.9 0.38
Hex B7 7F A 0 1F 5F 1C 29 5A 26
Octal 267 177 12 0 37 137 34 51 132 46
Binary 10110111 1111111 1010 0 11111 1011111 11100 101001 1011010 100110

Color Harmonies of #B77F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F0A

Black with #B77F0A

Text Example


Text Example

White with #B77F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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