Html Css Color HEX #BB9328 Nugget

📋 copy color: '#BB9328'

red 187 ◦ green 147 ◦ blue 40

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

Shades of Nugget #BB9328

Tints of Nugget #BB9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

 BLUE value IS 40 (16.02% from 255) = 10.7%

R = 50%
G = 39.3%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB9328 (or 0xBB9328) is known color: Nugget. HEX triplet: BB, 93 and 28. RGB value is (187,147,40). Sum of RGB (Red+Green+Blue) = 187+147+40=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9328 is #446CD7. Grayscale: #939393. Windows color (decimal): -4484312 or 2659259. OLE color: 2659259.

HSL color Cylindrical-coordinate representation of color #BB9328: hue angle of 43.67º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB9328 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 40 -
CMYK 0 0.21 0.79 0.27
HSL 43.67º 0.65% 0.45% -
HSV(B) 43.67º 0.79% 0.73% -
XYZ 31.31 31.59 6.45 -
YUV 146.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 187 147 40 0 0.21 0.79 0.27 43.67 0.65 0.45
Hex BB 93 28 0 15 4F 1B 2C 41 2D
Octal 273 223 50 0 25 117 33 54 101 55
Binary 10111011 10010011 101000 0 10101 1001111 11011 101100 1000001 101101

Color Harmonies of #BB9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9328

Black with #BB9328

Text Example


Text Example

White with #BB9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9328; }

 p { color: rgb(187,147,40); }

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

background-color css

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

 a { background-color: rgb(187,147,40); }

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

border-color css

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

 span { border-color: rgb(187,147,40); }

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