Html Css Color HEX #BC902C Nugget

📋 copy color: '#BC902C'

red 188 ◦ green 144 ◦ blue 44

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

Shades of Nugget #BC902C

Tints of Nugget #BC902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 50%
G = 38.3%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC902C (or 0xBC902C) is known color: Nugget. HEX triplet: BC, 90 and 2C. RGB value is (188,144,44). Sum of RGB (Red+Green+Blue) = 188+144+44=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC902C is #436FD3. Grayscale: #929292. Windows color (decimal): -4419540 or 2920636. OLE color: 2920636.

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

Color convert

RGB 188 144 44 -
CMYK 0 0.23 0.77 0.26
HSL 41.67º 0.62% 0.45% -
HSV(B) 41.67º 0.77% 0.74% -
XYZ 31.17 30.82 6.69 -
YUV 145.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 188 144 44 0 0.23 0.77 0.26 41.67 0.62 0.45
Hex BC 90 2C 0 17 4D 1A 2A 3E 2D
Octal 274 220 54 0 27 115 32 52 76 55
Binary 10111100 10010000 101100 0 10111 1001101 11010 101010 111110 101101

Color Harmonies of #BC902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC902C

Black with #BC902C

Text Example


Text Example

White with #BC902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC902C; }

 p { color: rgb(188,144,44); }

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

background-color css

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

 a { background-color: rgb(188,144,44); }

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

border-color css

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

 span { border-color: rgb(188,144,44); }

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