Html Css Color HEX #BC901D Nugget

📋 copy color: '#BC901D'

red 188 ◦ green 144 ◦ blue 29

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

Shades of Nugget #BC901D

Tints of Nugget #BC901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 52.08%
G = 39.89%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC901D (or 0xBC901D) is known color: Nugget. HEX triplet: BC, 90 and 1D. RGB value is (188,144,29). Sum of RGB (Red+Green+Blue) = 188+144+29=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC901D is #436FE2. Grayscale: #909090. Windows color (decimal): -4419555 or 1937596. OLE color: 1937596.

HSL color Cylindrical-coordinate representation of color #BC901D: hue angle of 43.4º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC901D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 29 -
CMYK 0 0.23 0.85 0.26
HSL 43.4º 0.73% 0.43% -
HSV(B) 43.4º 0.85% 0.74% -
XYZ 30.93 30.73 5.46 -
YUV 144.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 188 144 29 0 0.23 0.85 0.26 43.4 0.73 0.43
Hex BC 90 1D 0 17 55 1A 2B 49 2B
Octal 274 220 35 0 27 125 32 53 111 53
Binary 10111100 10010000 11101 0 10111 1010101 11010 101011 1001001 101011

Color Harmonies of #BC901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC901D

Black with #BC901D

Text Example


Text Example

White with #BC901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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