Html Css Color HEX #BB9425 Nugget

📋 copy color: '#BB9425'

red 187 ◦ green 148 ◦ blue 37

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

Shades of Nugget #BB9425

Tints of Nugget #BB9425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 50.27%
G = 39.78%
B = 9.95%

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

#BB9425 (or 0xBB9425) is known color: Nugget. HEX triplet: BB, 94 and 25. RGB value is (187,148,37). Sum of RGB (Red+Green+Blue) = 187+148+37=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9425 is #446BDA. Grayscale: #939393. Windows color (decimal): -4484059 or 2462907. OLE color: 2462907.

HSL color Cylindrical-coordinate representation of color #BB9425: hue angle of 44.4º degrees, saturation: 0.67, 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 #BB9425 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 37 -
CMYK 0 0.21 0.80 0.27
HSL 44.4º 0.67% 0.44% -
HSV(B) 44.4º 0.8% 0.73% -
XYZ 31.42 31.88 6.25 -
YUV 147.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 187 148 37 0 0.21 0.80 0.27 44.4 0.67 0.44
Hex BB 94 25 0 15 50 1B 2C 43 2C
Octal 273 224 45 0 25 120 33 54 103 54
Binary 10111011 10010100 100101 0 10101 1010000 11011 101100 1000011 101100

Color Harmonies of #BB9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9425

Black with #BB9425

Text Example


Text Example

White with #BB9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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