Html Css Color HEX #BC942B Nugget

📋 copy color: '#BC942B'

red 188 ◦ green 148 ◦ blue 43

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

Shades of Nugget #BC942B

Tints of Nugget #BC942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 49.6%
G = 39.05%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC942B (or 0xBC942B) is known color: Nugget. HEX triplet: BC, 94 and 2B. RGB value is (188,148,43). Sum of RGB (Red+Green+Blue) = 188+148+43=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC942B is #436BD4. Grayscale: #949494. Windows color (decimal): -4418517 or 2856124. OLE color: 2856124.

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

Color convert

RGB 188 148 43 -
CMYK 0 0.21 0.77 0.26
HSL 43.45º 0.63% 0.45% -
HSV(B) 43.45º 0.77% 0.74% -
XYZ 31.76 32.05 6.8 -
YUV 147.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 188 148 43 0 0.21 0.77 0.26 43.45 0.63 0.45
Hex BC 94 2B 0 15 4D 1A 2B 3F 2D
Octal 274 224 53 0 25 115 32 53 77 55
Binary 10111100 10010100 101011 0 10101 1001101 11010 101011 111111 101101

Color Harmonies of #BC942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC942B

Black with #BC942B

Text Example


Text Example

White with #BC942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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