Html Css Color HEX #B9912B Nugget

📋 copy color: '#B9912B'

red 185 ◦ green 145 ◦ blue 43

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

Shades of Nugget #B9912B

Tints of Nugget #B9912B

RGB

 RED value IS 185 (72.66% from 255) = 49.6%

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

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

R = 49.6%
G = 38.87%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9912B (or 0xB9912B) is known color: Nugget. HEX triplet: B9, 91 and 2B. RGB value is (185,145,43). Sum of RGB (Red+Green+Blue) = 185+145+43=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9912B is #466ED4. Grayscale: #919191. Windows color (decimal): -4615893 or 2855353. OLE color: 2855353.

HSL color Cylindrical-coordinate representation of color #B9912B: hue angle of 43.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9912B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 43 -
CMYK 0 0.22 0.77 0.27
HSL 43.1º 0.62% 0.45% -
HSV(B) 43.1º 0.77% 0.73% -
XYZ 30.57 30.74 6.61 -
YUV 145.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 185 145 43 0 0.22 0.77 0.27 43.1 0.62 0.45
Hex B9 91 2B 0 16 4D 1B 2B 3E 2D
Octal 271 221 53 0 26 115 33 53 76 55
Binary 10111001 10010001 101011 0 10110 1001101 11011 101011 111110 101101

Color Harmonies of #B9912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9912B

Black with #B9912B

Text Example


Text Example

White with #B9912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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