Html Css Color HEX #B1790B Dark Goldenrod

📋 copy color: '#B1790B'

red 177 ◦ green 121 ◦ blue 11

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

Shades of Dark Goldenrod #B1790B

Tints of Dark Goldenrod #B1790B

RGB

 RED value IS 177 (69.53% from 255) = 57.28%

 GREEN value IS 121 (47.66% from 255) = 39.16%

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

R = 57.28%
G = 39.16%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1790B (or 0xB1790B) is known color: Dark Goldenrod. HEX triplet: B1, 79 and 0B. RGB value is (177,121,11). Sum of RGB (Red+Green+Blue) = 177+121+11=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1790B is #4E86F4. Grayscale: #7D7D7D. Windows color (decimal): -5146357 or 752049. OLE color: 752049.

HSL color Cylindrical-coordinate representation of color #B1790B: hue angle of 39.76º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1790B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 121 11 -
CMYK 0 0.32 0.94 0.31
HSL 39.76º 0.88% 0.37% -
HSV(B) 39.76º 0.94% 0.69% -
XYZ 25.03 23.05 3.45 -
YUV 125.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 177 121 11 0 0.32 0.94 0.31 39.76 0.88 0.37
Hex B1 79 B 0 20 5E 1F 28 58 25
Octal 261 171 13 0 40 136 37 50 130 45
Binary 10110001 1111001 1011 0 100000 1011110 11111 101000 1011000 100101

Color Harmonies of #B1790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1790B

Black with #B1790B

Text Example


Text Example

White with #B1790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1790B; }

 p { color: rgb(177,121,11); }

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

background-color css

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

 a { background-color: rgb(177,121,11); }

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

border-color css

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

 span { border-color: rgb(177,121,11); }

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