Html Css Color HEX #B5912C Nugget

📋 copy color: '#B5912C'

red 181 ◦ green 145 ◦ blue 44

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

Shades of Nugget #B5912C

Tints of Nugget #B5912C

RGB

 RED value IS 181 (71.09% from 255) = 48.92%

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 48.92%
G = 39.19%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5912C (or 0xB5912C) is known color: Nugget. HEX triplet: B5, 91 and 2C. RGB value is (181,145,44). Sum of RGB (Red+Green+Blue) = 181+145+44=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5912C is #4A6ED3. Grayscale: #909090. Windows color (decimal): -4878036 or 2920885. OLE color: 2920885.

HSL color Cylindrical-coordinate representation of color #B5912C: hue angle of 44.23º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5912C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 44 -
CMYK 0 0.20 0.76 0.29
HSL 44.23º 0.61% 0.44% -
HSV(B) 44.23º 0.76% 0.71% -
XYZ 29.64 30.26 6.66 -
YUV 144.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 181 145 44 0 0.20 0.76 0.29 44.23 0.61 0.44
Hex B5 91 2C 0 14 4C 1D 2C 3D 2C
Octal 265 221 54 0 24 114 35 54 75 54
Binary 10110101 10010001 101100 0 10100 1001100 11101 101100 111101 101100

Color Harmonies of #B5912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5912C

Black with #B5912C

Text Example


Text Example

White with #B5912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5912C; }

 p { color: rgb(181,145,44); }

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

background-color css

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

 a { background-color: rgb(181,145,44); }

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

border-color css

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

 span { border-color: rgb(181,145,44); }

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