Html Css Color HEX #BB8D25 Nugget

📋 copy color: '#BB8D25'

red 187 ◦ green 141 ◦ blue 37

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

Shades of Nugget #BB8D25

Tints of Nugget #BB8D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

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

R = 51.23%
G = 38.63%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8D25 (or 0xBB8D25) is known color: Nugget. HEX triplet: BB, 8D and 25. RGB value is (187,141,37). Sum of RGB (Red+Green+Blue) = 187+141+37=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D25 is #4472DA. Grayscale: #8F8F8F. Windows color (decimal): -4485851 or 2461115. OLE color: 2461115.

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

Color convert

RGB 187 141 37 -
CMYK 0 0.25 0.80 0.27
HSL 41.6º 0.67% 0.44% -
HSV(B) 41.6º 0.8% 0.73% -
XYZ 30.35 29.75 5.89 -
YUV 142.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 187 141 37 0 0.25 0.80 0.27 41.6 0.67 0.44
Hex BB 8D 25 0 19 50 1B 2A 43 2C
Octal 273 215 45 0 31 120 33 52 103 54
Binary 10111011 10001101 100101 0 11001 1010000 11011 101010 1000011 101100

Color Harmonies of #BB8D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D25

Black with #BB8D25

Text Example


Text Example

White with #BB8D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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