Html Css Color HEX #BB9628 Nugget

📋 copy color: '#BB9628'

red 187 ◦ green 150 ◦ blue 40

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

Shades of Nugget #BB9628

Tints of Nugget #BB9628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 49.6%
G = 39.79%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB9628 (or 0xBB9628) is known color: Nugget. HEX triplet: BB, 96 and 28. RGB value is (187,150,40). Sum of RGB (Red+Green+Blue) = 187+150+40=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9628 is #4469D7. Grayscale: #959595. Windows color (decimal): -4483544 or 2660027. OLE color: 2660027.

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

Color convert

RGB 187 150 40 -
CMYK 0 0.20 0.79 0.27
HSL 44.9º 0.65% 0.45% -
HSV(B) 44.9º 0.79% 0.73% -
XYZ 31.78 32.53 6.61 -
YUV 148.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 187 150 40 0 0.20 0.79 0.27 44.9 0.65 0.45
Hex BB 96 28 0 14 4F 1B 2D 41 2D
Octal 273 226 50 0 24 117 33 55 101 55
Binary 10111011 10010110 101000 0 10100 1001111 11011 101101 1000001 101101

Color Harmonies of #BB9628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9628

Black with #BB9628

Text Example


Text Example

White with #BB9628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9628; }

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

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

background-color css

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

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

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

border-color css

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

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

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