Html Css Color HEX #B77B0C Dark Goldenrod

📋 copy color: '#B77B0C'

red 183 ◦ green 123 ◦ blue 12

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

Shades of Dark Goldenrod #B77B0C

Tints of Dark Goldenrod #B77B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 57.55%
G = 38.68%
B = 3.77%

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

#B77B0C (or 0xB77B0C) is known color: Dark Goldenrod. HEX triplet: B7, 7B and 0C. RGB value is (183,123,12). Sum of RGB (Red+Green+Blue) = 183+123+12=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77B0C is #4884F3. Grayscale: #808080. Windows color (decimal): -4752628 or 818103. OLE color: 818103.

HSL color Cylindrical-coordinate representation of color #B77B0C: hue angle of 38.95º degrees, saturation: 0.88, 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 #B77B0C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 123 12 -
CMYK 0 0.33 0.93 0.28
HSL 38.95º 0.88% 0.38% -
HSV(B) 38.95º 0.93% 0.72% -
XYZ 26.68 24.26 3.62 -
YUV 128.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 183 123 12 0 0.33 0.93 0.28 38.95 0.88 0.38
Hex B7 7B C 0 21 5D 1C 27 58 26
Octal 267 173 14 0 41 135 34 47 130 46
Binary 10110111 1111011 1100 0 100001 1011101 11100 100111 1011000 100110

Color Harmonies of #B77B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B0C

Black with #B77B0C

Text Example


Text Example

White with #B77B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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