Html Css Color HEX #BB8D29 Nugget

📋 copy color: '#BB8D29'

red 187 ◦ green 141 ◦ blue 41

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

Shades of Nugget #BB8D29

Tints of Nugget #BB8D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.11%

R = 50.68%
G = 38.21%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB8D29 (or 0xBB8D29) is known color: Nugget. HEX triplet: BB, 8D and 29. RGB value is (187,141,41). Sum of RGB (Red+Green+Blue) = 187+141+41=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D29 is #4472D6. Grayscale: #8F8F8F. Windows color (decimal): -4485847 or 2723259. OLE color: 2723259.

HSL color Cylindrical-coordinate representation of color #BB8D29: hue angle of 41.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB8D29 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 41 -
CMYK 0 0.25 0.78 0.27
HSL 41.1º 0.64% 0.45% -
HSV(B) 41.1º 0.78% 0.73% -
XYZ 30.42 29.77 6.24 -
YUV 143.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 187 141 41 0 0.25 0.78 0.27 41.1 0.64 0.45
Hex BB 8D 29 0 19 4E 1B 29 40 2D
Octal 273 215 51 0 31 116 33 51 100 55
Binary 10111011 10001101 101001 0 11001 1001110 11011 101001 1000000 101101

Color Harmonies of #BB8D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D29

Black with #BB8D29

Text Example


Text Example

White with #BB8D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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