Html Css Color HEX #BB851D Nugget

📋 copy color: '#BB851D'

red 187 ◦ green 133 ◦ blue 29

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

Shades of Nugget #BB851D

Tints of Nugget #BB851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 53.58%
G = 38.11%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB851D (or 0xBB851D) is known color: Nugget. HEX triplet: BB, 85 and 1D. RGB value is (187,133,29). Sum of RGB (Red+Green+Blue) = 187+133+29=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB851D is #447AE2. Grayscale: #898989. Windows color (decimal): -4487907 or 1934779. OLE color: 1934779.

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

Color convert

RGB 187 133 29 -
CMYK 0 0.29 0.84 0.27
HSL 39.49º 0.73% 0.42% -
HSV(B) 39.49º 0.84% 0.73% -
XYZ 29.1 27.43 4.92 -
YUV 137.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 187 133 29 0 0.29 0.84 0.27 39.49 0.73 0.42
Hex BB 85 1D 0 1D 54 1B 27 49 2A
Octal 273 205 35 0 35 124 33 47 111 52
Binary 10111011 10000101 11101 0 11101 1010100 11011 100111 1001001 101010

Color Harmonies of #BB851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB851D

Black with #BB851D

Text Example


Text Example

White with #BB851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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