Html Css Color HEX #BB9426 Nugget

📋 copy color: '#BB9426'

red 187 ◦ green 148 ◦ blue 38

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

Shades of Nugget #BB9426

Tints of Nugget #BB9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 50.13%
G = 39.68%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB9426 (or 0xBB9426) is known color: Nugget. HEX triplet: BB, 94 and 26. RGB value is (187,148,38). Sum of RGB (Red+Green+Blue) = 187+148+38=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9426 is #446BD9. Grayscale: #939393. Windows color (decimal): -4484058 or 2528443. OLE color: 2528443.

HSL color Cylindrical-coordinate representation of color #BB9426: hue angle of 44.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB9426 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 38 -
CMYK 0 0.21 0.80 0.27
HSL 44.3º 0.66% 0.44% -
HSV(B) 44.3º 0.8% 0.73% -
XYZ 31.43 31.88 6.33 -
YUV 147.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 187 148 38 0 0.21 0.80 0.27 44.3 0.66 0.44
Hex BB 94 26 0 15 50 1B 2C 42 2C
Octal 273 224 46 0 25 120 33 54 102 54
Binary 10111011 10010100 100110 0 10101 1010000 11011 101100 1000010 101100

Color Harmonies of #BB9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9426

Black with #BB9426

Text Example


Text Example

White with #BB9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9426; }

 p { color: rgb(187,148,38); }

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

background-color css

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

 a { background-color: rgb(187,148,38); }

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

border-color css

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

 span { border-color: rgb(187,148,38); }

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