Html Css Color HEX #B77B0F Dark Goldenrod

📋 copy color: '#B77B0F'

red 183 ◦ green 123 ◦ blue 15

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

Shades of Dark Goldenrod #B77B0F

Tints of Dark Goldenrod #B77B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 57.01%
G = 38.32%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B77B0F (or 0xB77B0F) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 0F. RGB value is (183,123,15). Sum of RGB (Red+Green+Blue) = 183+123+15=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B0F is #4884F0. Grayscale: #818181. Windows color (decimal): -4752625 or 1014711. OLE color: 1014711.

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

Color convert

RGB 183 123 15 -
CMYK 0 0.33 0.92 0.28
HSL 38.57º 0.85% 0.39% -
HSV(B) 38.57º 0.92% 0.72% -
XYZ 26.7 24.27 3.73 -
YUV 128.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 183 123 15 0 0.33 0.92 0.28 38.57 0.85 0.39
Hex B7 7B F 0 21 5C 1C 27 55 27
Octal 267 173 17 0 41 134 34 47 125 47
Binary 10110111 1111011 1111 0 100001 1011100 11100 100111 1010101 100111

Color Harmonies of #B77B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B0F

Black with #B77B0F

Text Example


Text Example

White with #B77B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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