Html Css Color HEX #BB912C Nugget

📋 copy color: '#BB912C'

red 187 ◦ green 145 ◦ blue 44

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

Shades of Nugget #BB912C

Tints of Nugget #BB912C

RGB

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

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

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

R = 49.73%
G = 38.56%
B = 11.7%

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

#BB912C (or 0xBB912C) is known color: Nugget. HEX triplet: BB, 91 and 2C. RGB value is (187,145,44). Sum of RGB (Red+Green+Blue) = 187+145+44=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB912C is #446ED3. Grayscale: #929292. Windows color (decimal): -4484820 or 2920891. OLE color: 2920891.

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

Color convert

RGB 187 145 44 -
CMYK 0 0.22 0.76 0.27
HSL 42.38º 0.62% 0.45% -
HSV(B) 42.38º 0.76% 0.73% -
XYZ 31.07 31 6.73 -
YUV 146.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 187 145 44 0 0.22 0.76 0.27 42.38 0.62 0.45
Hex BB 91 2C 0 16 4C 1B 2A 3E 2D
Octal 273 221 54 0 26 114 33 52 76 55
Binary 10111011 10010001 101100 0 10110 1001100 11011 101010 111110 101101

Color Harmonies of #BB912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB912C

Black with #BB912C

Text Example


Text Example

White with #BB912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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