Html Css Color HEX #B77C08 Dark Goldenrod

📋 copy color: '#B77C08'

red 183 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #B77C08

Tints of Dark Goldenrod #B77C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 58.1%
G = 39.37%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B77C08 (or 0xB77C08) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 08. RGB value is (183,124,8). Sum of RGB (Red+Green+Blue) = 183+124+8=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C08 is #4883F7. Grayscale: #808080. Windows color (decimal): -4752376 or 556215. OLE color: 556215.

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

Color convert

RGB 183 124 8 -
CMYK 0 0.32 0.96 0.28
HSL 39.77º 0.92% 0.37% -
HSV(B) 39.77º 0.96% 0.72% -
XYZ 26.78 24.5 3.55 -
YUV 128.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 183 124 8 0 0.32 0.96 0.28 39.77 0.92 0.37
Hex B7 7C 8 0 20 60 1C 28 5C 25
Octal 267 174 10 0 40 140 34 50 134 45
Binary 10110111 1111100 1000 0 100000 1100000 11100 101000 1011100 100101

Color Harmonies of #B77C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C08

Black with #B77C08

Text Example


Text Example

White with #B77C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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