Html Css Color HEX #B1900B Dark Goldenrod

📋 copy color: '#B1900B'

red 177 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #B1900B

Tints of Dark Goldenrod #B1900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

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

R = 53.31%
G = 43.37%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1900B (or 0xB1900B) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 0B. RGB value is (177,144,11). Sum of RGB (Red+Green+Blue) = 177+144+11=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1900B is #4E6FF4. Grayscale: #8B8B8B. Windows color (decimal): -5140469 or 757937. OLE color: 757937.

HSL color Cylindrical-coordinate representation of color #B1900B: hue angle of 48.07º 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 #B1900B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 144 11 -
CMYK 0 0.19 0.94 0.31
HSL 48.07º 0.88% 0.37% -
HSV(B) 48.07º 0.94% 0.69% -
XYZ 28.17 29.32 4.49 -
YUV 138.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 177 144 11 0 0.19 0.94 0.31 48.07 0.88 0.37
Hex B1 90 B 0 13 5E 1F 30 58 25
Octal 261 220 13 0 23 136 37 60 130 45
Binary 10110001 10010000 1011 0 10011 1011110 11111 110000 1011000 100101

Color Harmonies of #B1900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1900B

Black with #B1900B

Text Example


Text Example

White with #B1900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1900B; }

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

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

background-color css

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

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

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

border-color css

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

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

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