Html Css Color HEX #BB8C1A Nugget

📋 copy color: '#BB8C1A'

red 187 ◦ green 140 ◦ blue 26

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

Shades of Nugget #BB8C1A

Tints of Nugget #BB8C1A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

 BLUE value IS 26 (10.55% from 255) = 7.37%

R = 52.97%
G = 39.66%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB8C1A (or 0xBB8C1A) is known color: Nugget. HEX triplet: BB, 8C and 1A. RGB value is (187,140,26). Sum of RGB (Red+Green+Blue) = 187+140+26=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C1A is #4473E5. Grayscale: #8D8D8D. Windows color (decimal): -4486118 or 1739963. OLE color: 1739963.

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

Color convert

RGB 187 140 26 -
CMYK 0 0.25 0.86 0.27
HSL 42.48º 0.76% 0.42% -
HSV(B) 42.48º 0.86% 0.73% -
XYZ 30.06 29.4 5.07 -
YUV 141.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 187 140 26 0 0.25 0.86 0.27 42.48 0.76 0.42
Hex BB 8C 1A 0 19 56 1B 2A 4C 2A
Octal 273 214 32 0 31 126 33 52 114 52
Binary 10111011 10001100 11010 0 11001 1010110 11011 101010 1001100 101010

Color Harmonies of #BB8C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C1A

Black with #BB8C1A

Text Example


Text Example

White with #BB8C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C1A; }

 p { color: rgb(187,140,26); }

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

background-color css

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

 a { background-color: rgb(187,140,26); }

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

border-color css

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

 span { border-color: rgb(187,140,26); }

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