Html Css Color HEX #B9912D Nugget

📋 copy color: '#B9912D'

red 185 ◦ green 145 ◦ blue 45

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

Shades of Nugget #B9912D

Tints of Nugget #B9912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 49.33%
G = 38.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9912D (or 0xB9912D) is known color: Nugget. HEX triplet: B9, 91 and 2D. RGB value is (185,145,45). Sum of RGB (Red+Green+Blue) = 185+145+45=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9912D is #466ED2. Grayscale: #929292. Windows color (decimal): -4615891 or 2986425. OLE color: 2986425.

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

Color convert

RGB 185 145 45 -
CMYK 0 0.22 0.76 0.27
HSL 42.86º 0.61% 0.45% -
HSV(B) 42.86º 0.76% 0.73% -
XYZ 30.61 30.75 6.81 -
YUV 145.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 185 145 45 0 0.22 0.76 0.27 42.86 0.61 0.45
Hex B9 91 2D 0 16 4C 1B 2B 3D 2D
Octal 271 221 55 0 26 114 33 53 75 55
Binary 10111001 10010001 101101 0 10110 1001100 11011 101011 111101 101101

Color Harmonies of #B9912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9912D

Black with #B9912D

Text Example


Text Example

White with #B9912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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