Html Css Color HEX #BC8C25 Nugget

📋 copy color: '#BC8C25'

red 188 ◦ green 140 ◦ blue 37

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

Shades of Nugget #BC8C25

Tints of Nugget #BC8C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 51.51%
G = 38.36%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8C25 (or 0xBC8C25) is known color: Nugget. HEX triplet: BC, 8C and 25. RGB value is (188,140,37). Sum of RGB (Red+Green+Blue) = 188+140+37=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C25 is #4373DA. Grayscale: #8F8F8F. Windows color (decimal): -4420571 or 2460860. OLE color: 2460860.

HSL color Cylindrical-coordinate representation of color #BC8C25: hue angle of 40.93º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8C25 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 37 -
CMYK 0 0.26 0.80 0.26
HSL 40.93º 0.67% 0.44% -
HSV(B) 40.93º 0.8% 0.74% -
XYZ 30.45 29.58 5.86 -
YUV 142.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 188 140 37 0 0.26 0.80 0.26 40.93 0.67 0.44
Hex BC 8C 25 0 1A 50 1A 29 43 2C
Octal 274 214 45 0 32 120 32 51 103 54
Binary 10111100 10001100 100101 0 11010 1010000 11010 101001 1000011 101100

Color Harmonies of #BC8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C25

Black with #BC8C25

Text Example


Text Example

White with #BC8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C25; }

 p { color: rgb(188,140,37); }

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

background-color css

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

 a { background-color: rgb(188,140,37); }

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

border-color css

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

 span { border-color: rgb(188,140,37); }

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