Html Css Color HEX #BB8925 Nugget

📋 copy color: '#BB8925'

red 187 ◦ green 137 ◦ blue 37

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

Shades of Nugget #BB8925

Tints of Nugget #BB8925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 51.8%
G = 37.95%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8925 (or 0xBB8925) is known color: Nugget. HEX triplet: BB, 89 and 25. RGB value is (187,137,37). Sum of RGB (Red+Green+Blue) = 187+137+37=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8925 is #4476DA. Grayscale: #8D8D8D. Windows color (decimal): -4486875 or 2460091. OLE color: 2460091.

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

Color convert

RGB 187 137 37 -
CMYK 0 0.27 0.80 0.27
HSL 40º 0.67% 0.44% -
HSV(B) 40º 0.8% 0.73% -
XYZ 29.77 28.59 5.7 -
YUV 140.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 187 137 37 0 0.27 0.80 0.27 40 0.67 0.44
Hex BB 89 25 0 1B 50 1B 28 43 2C
Octal 273 211 45 0 33 120 33 50 103 54
Binary 10111011 10001001 100101 0 11011 1010000 11011 101000 1000011 101100

Color Harmonies of #BB8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8925

Black with #BB8925

Text Example


Text Example

White with #BB8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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