Html Css Color HEX #BB902E Nugget

📋 copy color: '#BB902E'

red 187 ◦ green 144 ◦ blue 46

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

Shades of Nugget #BB902E

Tints of Nugget #BB902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 49.6%
G = 38.2%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB902E (or 0xBB902E) is known color: Nugget. HEX triplet: BB, 90 and 2E. RGB value is (187,144,46). Sum of RGB (Red+Green+Blue) = 187+144+46=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB902E is #446FD1. Grayscale: #929292. Windows color (decimal): -4485074 or 3051707. OLE color: 3051707.

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

Color convert

RGB 187 144 46 -
CMYK 0 0.23 0.75 0.27
HSL 41.7º 0.61% 0.46% -
HSV(B) 41.7º 0.75% 0.73% -
XYZ 30.96 30.71 6.88 -
YUV 145.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 187 144 46 0 0.23 0.75 0.27 41.7 0.61 0.46
Hex BB 90 2E 0 17 4B 1B 2A 3D 2E
Octal 273 220 56 0 27 113 33 52 75 56
Binary 10111011 10010000 101110 0 10111 1001011 11011 101010 111101 101110

Color Harmonies of #BB902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB902E

Black with #BB902E

Text Example


Text Example

White with #BB902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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