Html Css Color HEX #B77B05 Dark Goldenrod

📋 copy color: '#B77B05'

red 183 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #B77B05

Tints of Dark Goldenrod #B77B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 58.84%
G = 39.55%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77B05 (or 0xB77B05) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 05. RGB value is (183,123,5). Sum of RGB (Red+Green+Blue) = 183+123+5=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B05 is #4884FA. Grayscale: #808080. Windows color (decimal): -4752635 or 359351. OLE color: 359351.

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

Color convert

RGB 183 123 5 -
CMYK 0 0.33 0.97 0.28
HSL 39.78º 0.95% 0.37% -
HSV(B) 39.78º 0.97% 0.72% -
XYZ 26.64 24.24 3.42 -
YUV 127.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 183 123 5 0 0.33 0.97 0.28 39.78 0.95 0.37
Hex B7 7B 5 0 21 61 1C 28 5F 25
Octal 267 173 5 0 41 141 34 50 137 45
Binary 10110111 1111011 101 0 100001 1100001 11100 101000 1011111 100101

Color Harmonies of #B77B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B05

Black with #B77B05

Text Example


Text Example

White with #B77B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B05; }

 p { color: rgb(183,123,5); }

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

background-color css

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

 a { background-color: rgb(183,123,5); }

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

border-color css

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

 span { border-color: rgb(183,123,5); }

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