Html Css Color HEX #BB8B1B Nugget

📋 copy color: '#BB8B1B'

red 187 ◦ green 139 ◦ blue 27

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

Shades of Nugget #BB8B1B

Tints of Nugget #BB8B1B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.38%

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 52.97%
G = 39.38%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB8B1B (or 0xBB8B1B) is known color: Nugget. HEX triplet: BB, 8B and 1B. RGB value is (187,139,27). Sum of RGB (Red+Green+Blue) = 187+139+27=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B1B is #4474E4. Grayscale: #8D8D8D. Windows color (decimal): -4486373 or 1805243. OLE color: 1805243.

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

Color convert

RGB 187 139 27 -
CMYK 0 0.26 0.86 0.27
HSL 42º 0.75% 0.42% -
HSV(B) 42º 0.86% 0.73% -
XYZ 29.92 29.11 5.08 -
YUV 140.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 187 139 27 0 0.26 0.86 0.27 42 0.75 0.42
Hex BB 8B 1B 0 1A 56 1B 2A 4B 2A
Octal 273 213 33 0 32 126 33 52 113 52
Binary 10111011 10001011 11011 0 11010 1010110 11011 101010 1001011 101010

Color Harmonies of #BB8B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B1B

Black with #BB8B1B

Text Example


Text Example

White with #BB8B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B1B; }

 p { color: rgb(187,139,27); }

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

background-color css

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

 a { background-color: rgb(187,139,27); }

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

border-color css

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

 span { border-color: rgb(187,139,27); }

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