Html Css Color HEX #BC8C2B Nugget

📋 copy color: '#BC8C2B'

red 188 ◦ green 140 ◦ blue 43

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

Shades of Nugget #BC8C2B

Tints of Nugget #BC8C2B

RGB

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

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

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

R = 50.67%
G = 37.74%
B = 11.59%

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

#BC8C2B (or 0xBC8C2B) is known color: Nugget. HEX triplet: BC, 8C and 2B. RGB value is (188,140,43). Sum of RGB (Red+Green+Blue) = 188+140+43=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C2B is #4373D4. Grayscale: #8F8F8F. Windows color (decimal): -4420565 or 2854076. OLE color: 2854076.

HSL color Cylindrical-coordinate representation of color #BC8C2B: hue angle of 40.14º 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 #BC8C2B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 43 -
CMYK 0 0.26 0.77 0.26
HSL 40.14º 0.63% 0.45% -
HSV(B) 40.14º 0.77% 0.74% -
XYZ 30.55 29.62 6.39 -
YUV 143.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 188 140 43 0 0.26 0.77 0.26 40.14 0.63 0.45
Hex BC 8C 2B 0 1A 4D 1A 28 3F 2D
Octal 274 214 53 0 32 115 32 50 77 55
Binary 10111100 10001100 101011 0 11010 1001101 11010 101000 111111 101101

Color Harmonies of #BC8C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C2B

Black with #BC8C2B

Text Example


Text Example

White with #BC8C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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