Html Css Color HEX #BB8B2B Nugget

📋 copy color: '#BB8B2B'

red 187 ◦ green 139 ◦ blue 43

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

Shades of Nugget #BB8B2B

Tints of Nugget #BB8B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 50.68%
G = 37.67%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB8B2B (or 0xBB8B2B) is known color: Nugget. HEX triplet: BB, 8B and 2B. RGB value is (187,139,43). Sum of RGB (Red+Green+Blue) = 187+139+43=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B2B is #4474D4. Grayscale: #8E8E8E. Windows color (decimal): -4486357 or 2853819. OLE color: 2853819.

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

Color convert

RGB 187 139 43 -
CMYK 0 0.26 0.77 0.27
HSL 40º 0.63% 0.45% -
HSV(B) 40º 0.77% 0.73% -
XYZ 30.16 29.2 6.33 -
YUV 142.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 187 139 43 0 0.26 0.77 0.27 40 0.63 0.45
Hex BB 8B 2B 0 1A 4D 1B 28 3F 2D
Octal 273 213 53 0 32 115 33 50 77 55
Binary 10111011 10001011 101011 0 11010 1001101 11011 101000 111111 101101

Color Harmonies of #BB8B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B2B

Black with #BB8B2B

Text Example


Text Example

White with #BB8B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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