Html Css Color HEX #B5912B Nugget

📋 copy color: '#B5912B'

red 181 ◦ green 145 ◦ blue 43

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

Shades of Nugget #B5912B

Tints of Nugget #B5912B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 49.05%
G = 39.3%
B = 11.65%

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

#B5912B (or 0xB5912B) is known color: Nugget. HEX triplet: B5, 91 and 2B. RGB value is (181,145,43). Sum of RGB (Red+Green+Blue) = 181+145+43=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5912B is #4A6ED4. Grayscale: #909090. Windows color (decimal): -4878037 or 2855349. OLE color: 2855349.

HSL color Cylindrical-coordinate representation of color #B5912B: hue angle of 44.35º degrees, saturation: 0.62, 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 #B5912B is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 43 -
CMYK 0 0.20 0.76 0.29
HSL 44.35º 0.62% 0.44% -
HSV(B) 44.35º 0.76% 0.71% -
XYZ 29.62 30.25 6.56 -
YUV 144.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 181 145 43 0 0.20 0.76 0.29 44.35 0.62 0.44
Hex B5 91 2B 0 14 4C 1D 2C 3E 2C
Octal 265 221 53 0 24 114 35 54 76 54
Binary 10110101 10010001 101011 0 10100 1001100 11101 101100 111110 101100

Color Harmonies of #B5912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5912B

Black with #B5912B

Text Example


Text Example

White with #B5912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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