Html Css Color HEX #BC901E Nugget

📋 copy color: '#BC901E'

red 188 ◦ green 144 ◦ blue 30

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

Shades of Nugget #BC901E

Tints of Nugget #BC901E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 51.93%
G = 39.78%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC901E (or 0xBC901E) is known color: Nugget. HEX triplet: BC, 90 and 1E. RGB value is (188,144,30). Sum of RGB (Red+Green+Blue) = 188+144+30=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC901E is #436FE1. Grayscale: #909090. Windows color (decimal): -4419554 or 2003132. OLE color: 2003132.

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

Color convert

RGB 188 144 30 -
CMYK 0 0.23 0.84 0.26
HSL 43.29º 0.72% 0.43% -
HSV(B) 43.29º 0.84% 0.74% -
XYZ 30.95 30.73 5.53 -
YUV 144.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 188 144 30 0 0.23 0.84 0.26 43.29 0.72 0.43
Hex BC 90 1E 0 17 54 1A 2B 48 2B
Octal 274 220 36 0 27 124 32 53 110 53
Binary 10111100 10010000 11110 0 10111 1010100 11010 101011 1001000 101011

Color Harmonies of #BC901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC901E

Black with #BC901E

Text Example


Text Example

White with #BC901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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