Html Css Color HEX #B1850C Dark Goldenrod

📋 copy color: '#B1850C'

red 177 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #B1850C

Tints of Dark Goldenrod #B1850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 54.97%
G = 41.3%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1850C (or 0xB1850C) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 0C. RGB value is (177,133,12). Sum of RGB (Red+Green+Blue) = 177+133+12=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1850C is #4E7AF3. Grayscale: #848484. Windows color (decimal): -5143284 or 820657. OLE color: 820657.

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

Color convert

RGB 177 133 12 -
CMYK 0 0.25 0.93 0.31
HSL 44º 0.87% 0.37% -
HSV(B) 44º 0.93% 0.69% -
XYZ 26.59 26.15 3.99 -
YUV 132.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 177 133 12 0 0.25 0.93 0.31 44 0.87 0.37
Hex B1 85 C 0 19 5D 1F 2C 57 25
Octal 261 205 14 0 31 135 37 54 127 45
Binary 10110001 10000101 1100 0 11001 1011101 11111 101100 1010111 100101

Color Harmonies of #B1850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1850C

Black with #B1850C

Text Example


Text Example

White with #B1850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1850C; }

 p { color: rgb(177,133,12); }

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

background-color css

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

 a { background-color: rgb(177,133,12); }

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

border-color css

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

 span { border-color: rgb(177,133,12); }

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