Html Css Color HEX #BB8C2C Nugget

📋 copy color: '#BB8C2C'

red 187 ◦ green 140 ◦ blue 44

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

Shades of Nugget #BB8C2C

Tints of Nugget #BB8C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 50.4%
G = 37.74%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB8C2C (or 0xBB8C2C) is known color: Nugget. HEX triplet: BB, 8C and 2C. RGB value is (187,140,44). Sum of RGB (Red+Green+Blue) = 187+140+44=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C2C is #4473D3. Grayscale: #8F8F8F. Windows color (decimal): -4486100 or 2919611. OLE color: 2919611.

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

Color convert

RGB 187 140 44 -
CMYK 0 0.25 0.76 0.27
HSL 40.28º 0.62% 0.45% -
HSV(B) 40.28º 0.76% 0.73% -
XYZ 30.33 29.5 6.48 -
YUV 143.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 187 140 44 0 0.25 0.76 0.27 40.28 0.62 0.45
Hex BB 8C 2C 0 19 4C 1B 28 3E 2D
Octal 273 214 54 0 31 114 33 50 76 55
Binary 10111011 10001100 101100 0 11001 1001100 11011 101000 111110 101101

Color Harmonies of #BB8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C2C

Black with #BB8C2C

Text Example


Text Example

White with #BB8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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