Html Css Color HEX #B5770B Dark Goldenrod

📋 copy color: '#B5770B'

red 181 ◦ green 119 ◦ blue 11

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

Shades of Dark Goldenrod #B5770B

Tints of Dark Goldenrod #B5770B

RGB

 RED value IS 181 (71.09% from 255) = 58.2%

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 58.2%
G = 38.26%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5770B (or 0xB5770B) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 0B. RGB value is (181,119,11). Sum of RGB (Red+Green+Blue) = 181+119+11=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5770B is #4A88F4. Grayscale: #7D7D7D. Windows color (decimal): -4884725 or 751541. OLE color: 751541.

HSL color Cylindrical-coordinate representation of color #B5770B: hue angle of 38.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5770B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 11 -
CMYK 0 0.34 0.94 0.29
HSL 38.12º 0.89% 0.38% -
HSV(B) 38.12º 0.94% 0.71% -
XYZ 25.71 23.04 3.41 -
YUV 125.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 181 119 11 0 0.34 0.94 0.29 38.12 0.89 0.38
Hex B5 77 B 0 22 5E 1D 26 59 26
Octal 265 167 13 0 42 136 35 46 131 46
Binary 10110101 1110111 1011 0 100010 1011110 11101 100110 1011001 100110

Color Harmonies of #B5770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5770B

Black with #B5770B

Text Example


Text Example

White with #B5770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5770B; }

 p { color: rgb(181,119,11); }

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

background-color css

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

 a { background-color: rgb(181,119,11); }

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

border-color css

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

 span { border-color: rgb(181,119,11); }

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