Html Css Color HEX #B77B0D Dark Goldenrod

📋 copy color: '#B77B0D'

red 183 ◦ green 123 ◦ blue 13

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

Shades of Dark Goldenrod #B77B0D

Tints of Dark Goldenrod #B77B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 57.37%
G = 38.56%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B77B0D (or 0xB77B0D) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 0D. RGB value is (183,123,13). Sum of RGB (Red+Green+Blue) = 183+123+13=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B0D is #4884F2. Grayscale: #808080. Windows color (decimal): -4752627 or 883639. OLE color: 883639.

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

Color convert

RGB 183 123 13 -
CMYK 0 0.33 0.93 0.28
HSL 38.82º 0.87% 0.38% -
HSV(B) 38.82º 0.93% 0.72% -
XYZ 26.68 24.26 3.66 -
YUV 128.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 183 123 13 0 0.33 0.93 0.28 38.82 0.87 0.38
Hex B7 7B D 0 21 5D 1C 27 57 26
Octal 267 173 15 0 41 135 34 47 127 46
Binary 10110111 1111011 1101 0 100001 1011101 11100 100111 1010111 100110

Color Harmonies of #B77B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B0D

Black with #B77B0D

Text Example


Text Example

White with #B77B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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