Html Css Color HEX #BB881D Nugget

📋 copy color: '#BB881D'

red 187 ◦ green 136 ◦ blue 29

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

Shades of Nugget #BB881D

Tints of Nugget #BB881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 53.13%
G = 38.64%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB881D (or 0xBB881D) is known color: Nugget. HEX triplet: BB, 88 and 1D. RGB value is (187,136,29). Sum of RGB (Red+Green+Blue) = 187+136+29=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB881D is #4477E2. Grayscale: #8B8B8B. Windows color (decimal): -4487139 or 1935547. OLE color: 1935547.

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

Color convert

RGB 187 136 29 -
CMYK 0 0.27 0.84 0.27
HSL 40.63º 0.73% 0.42% -
HSV(B) 40.63º 0.84% 0.73% -
XYZ 29.52 28.26 5.06 -
YUV 139.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 187 136 29 0 0.27 0.84 0.27 40.63 0.73 0.42
Hex BB 88 1D 0 1B 54 1B 29 49 2A
Octal 273 210 35 0 33 124 33 51 111 52
Binary 10111011 10001000 11101 0 11011 1010100 11011 101001 1001001 101010

Color Harmonies of #BB881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB881D

Black with #BB881D

Text Example


Text Example

White with #BB881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB881D; }

 p { color: rgb(187,136,29); }

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

background-color css

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

 a { background-color: rgb(187,136,29); }

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

border-color css

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

 span { border-color: rgb(187,136,29); }

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