Html Css Color HEX #B1890F Dark Goldenrod

📋 copy color: '#B1890F'

red 177 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #B1890F

Tints of Dark Goldenrod #B1890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 53.8%
G = 41.64%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1890F (or 0xB1890F) is known color: Dark Goldenrod. HEX triplet: B1, 89 and 0F. RGB value is (177,137,15). Sum of RGB (Red+Green+Blue) = 177+137+15=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B1890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1890F is #4E76F0. Grayscale: #878787. Windows color (decimal): -5142257 or 1018289. OLE color: 1018289.

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

Color convert

RGB 177 137 15 -
CMYK 0 0.23 0.92 0.31
HSL 45.19º 0.84% 0.38% -
HSV(B) 45.19º 0.92% 0.69% -
XYZ 27.16 27.27 4.28 -
YUV 135.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 177 137 15 0 0.23 0.92 0.31 45.19 0.84 0.38
Hex B1 89 F 0 17 5C 1F 2D 54 26
Octal 261 211 17 0 27 134 37 55 124 46
Binary 10110001 10001001 1111 0 10111 1011100 11111 101101 1010100 100110

Color Harmonies of #B1890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1890F

Black with #B1890F

Text Example


Text Example

White with #B1890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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