Html Css Color HEX #BB912D Nugget

📋 copy color: '#BB912D'

red 187 ◦ green 145 ◦ blue 45

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

Shades of Nugget #BB912D

Tints of Nugget #BB912D

RGB

 RED value IS 187 (73.44% from 255) = 49.6%

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

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

R = 49.6%
G = 38.46%
B = 11.94%

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

#BB912D (or 0xBB912D) is known color: Nugget. HEX triplet: BB, 91 and 2D. RGB value is (187,145,45). Sum of RGB (Red+Green+Blue) = 187+145+45=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB912D is #446ED2. Grayscale: #929292. Windows color (decimal): -4484819 or 2986427. OLE color: 2986427.

HSL color Cylindrical-coordinate representation of color #BB912D: hue angle of 42.25º 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 #BB912D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 145 45 -
CMYK 0 0.22 0.76 0.27
HSL 42.25º 0.61% 0.45% -
HSV(B) 42.25º 0.76% 0.73% -
XYZ 31.09 31.01 6.83 -
YUV 146.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 187 145 45 0 0.22 0.76 0.27 42.25 0.61 0.45
Hex BB 91 2D 0 16 4C 1B 2A 3D 2D
Octal 273 221 55 0 26 114 33 52 75 55
Binary 10111011 10010001 101101 0 10110 1001100 11011 101010 111101 101101

Color Harmonies of #BB912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB912D

Black with #BB912D

Text Example


Text Example

White with #BB912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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