Html Css Color HEX #BC8B2B Nugget

📋 copy color: '#BC8B2B'

red 188 ◦ green 139 ◦ blue 43

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

Shades of Nugget #BC8B2B

Tints of Nugget #BC8B2B

RGB

 RED value IS 188 (73.83% from 255) = 50.81%

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

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

R = 50.81%
G = 37.57%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC8B2B (or 0xBC8B2B) is known color: Nugget. HEX triplet: BC, 8B and 2B. RGB value is (188,139,43). Sum of RGB (Red+Green+Blue) = 188+139+43=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B2B is #4374D4. Grayscale: #8F8F8F. Windows color (decimal): -4420821 or 2853820. OLE color: 2853820.

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

Color convert

RGB 188 139 43 -
CMYK 0 0.26 0.77 0.26
HSL 39.72º 0.63% 0.45% -
HSV(B) 39.72º 0.77% 0.74% -
XYZ 30.41 29.33 6.34 -
YUV 142.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 188 139 43 0 0.26 0.77 0.26 39.72 0.63 0.45
Hex BC 8B 2B 0 1A 4D 1A 28 3F 2D
Octal 274 213 53 0 32 115 32 50 77 55
Binary 10111100 10001011 101011 0 11010 1001101 11010 101000 111111 101101

Color Harmonies of #BC8B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B2B

Black with #BC8B2B

Text Example


Text Example

White with #BC8B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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