Html Css Color HEX #B1800F Dark Goldenrod

📋 copy color: '#B1800F'

red 177 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #B1800F

Tints of Dark Goldenrod #B1800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 55.31%
G = 40%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1800F (or 0xB1800F) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 0F. RGB value is (177,128,15). Sum of RGB (Red+Green+Blue) = 177+128+15=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1800F is #4E7FF0. Grayscale: #828282. Windows color (decimal): -5144561 or 1015985. OLE color: 1015985.

HSL color Cylindrical-coordinate representation of color #B1800F: hue angle of 41.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1800F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 15 -
CMYK 0 0.28 0.92 0.31
HSL 41.85º 0.84% 0.38% -
HSV(B) 41.85º 0.92% 0.69% -
XYZ 25.94 24.82 3.88 -
YUV 129.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 177 128 15 0 0.28 0.92 0.31 41.85 0.84 0.38
Hex B1 80 F 0 1C 5C 1F 2A 54 26
Octal 261 200 17 0 34 134 37 52 124 46
Binary 10110001 10000000 1111 0 11100 1011100 11111 101010 1010100 100110

Color Harmonies of #B1800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1800F

Black with #B1800F

Text Example


Text Example

White with #B1800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1800F; }

 p { color: rgb(177,128,15); }

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

background-color css

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

 a { background-color: rgb(177,128,15); }

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

border-color css

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

 span { border-color: rgb(177,128,15); }

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