Html Css Color HEX #BB902D Nugget

📋 copy color: '#BB902D'

red 187 ◦ green 144 ◦ blue 45

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

Shades of Nugget #BB902D

Tints of Nugget #BB902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 49.73%
G = 38.3%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB902D (or 0xBB902D) is known color: Nugget. HEX triplet: BB, 90 and 2D. RGB value is (187,144,45). Sum of RGB (Red+Green+Blue) = 187+144+45=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB902D is #446FD2. Grayscale: #929292. Windows color (decimal): -4485075 or 2986171. OLE color: 2986171.

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

Color convert

RGB 187 144 45 -
CMYK 0 0.23 0.76 0.27
HSL 41.83º 0.61% 0.45% -
HSV(B) 41.83º 0.76% 0.73% -
XYZ 30.94 30.7 6.78 -
YUV 145.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 187 144 45 0 0.23 0.76 0.27 41.83 0.61 0.45
Hex BB 90 2D 0 17 4C 1B 2A 3D 2D
Octal 273 220 55 0 27 114 33 52 75 55
Binary 10111011 10010000 101101 0 10111 1001100 11011 101010 111101 101101

Color Harmonies of #BB902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB902D

Black with #BB902D

Text Example


Text Example

White with #BB902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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