Html Css Color HEX #BB982C Nugget

📋 copy color: '#BB982C'

red 187 ◦ green 152 ◦ blue 44

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

Shades of Nugget #BB982C

Tints of Nugget #BB982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

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

R = 48.83%
G = 39.69%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB982C (or 0xBB982C) is known color: Nugget. HEX triplet: BB, 98 and 2C. RGB value is (187,152,44). Sum of RGB (Red+Green+Blue) = 187+152+44=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB982C is #4467D3. Grayscale: #969696. Windows color (decimal): -4483028 or 2922683. OLE color: 2922683.

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

Color convert

RGB 187 152 44 -
CMYK 0 0.19 0.76 0.27
HSL 45.31º 0.62% 0.45% -
HSV(B) 45.31º 0.76% 0.73% -
XYZ 32.18 33.2 7.1 -
YUV 150.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 187 152 44 0 0.19 0.76 0.27 45.31 0.62 0.45
Hex BB 98 2C 0 13 4C 1B 2D 3E 2D
Octal 273 230 54 0 23 114 33 55 76 55
Binary 10111011 10011000 101100 0 10011 1001100 11011 101101 111110 101101

Color Harmonies of #BB982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB982C

Black with #BB982C

Text Example


Text Example

White with #BB982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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