Html Css Color HEX #BC8B1E Nugget

📋 copy color: '#BC8B1E'

red 188 ◦ green 139 ◦ blue 30

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

Shades of Nugget #BC8B1E

Tints of Nugget #BC8B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.94%

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

R = 52.66%
G = 38.94%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC8B1E (or 0xBC8B1E) is known color: Nugget. HEX triplet: BC, 8B and 1E. RGB value is (188,139,30). Sum of RGB (Red+Green+Blue) = 188+139+30=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B1E is #4374E1. Grayscale: #8D8D8D. Windows color (decimal): -4420834 or 2001852. OLE color: 2001852.

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

Color convert

RGB 188 139 30 -
CMYK 0 0.26 0.84 0.26
HSL 41.39º 0.72% 0.43% -
HSV(B) 41.39º 0.84% 0.74% -
XYZ 30.21 29.25 5.28 -
YUV 141.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 188 139 30 0 0.26 0.84 0.26 41.39 0.72 0.43
Hex BC 8B 1E 0 1A 54 1A 29 48 2B
Octal 274 213 36 0 32 124 32 51 110 53
Binary 10111100 10001011 11110 0 11010 1010100 11010 101001 1001000 101011

Color Harmonies of #BC8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B1E

Black with #BC8B1E

Text Example


Text Example

White with #BC8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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