Html Css Color HEX #BC9525 Nugget

📋 copy color: '#BC9525'

red 188 ◦ green 149 ◦ blue 37

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

Shades of Nugget #BC9525

Tints of Nugget #BC9525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

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

R = 50.27%
G = 39.84%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC9525 (or 0xBC9525) is known color: Nugget. HEX triplet: BC, 95 and 25. RGB value is (188,149,37). Sum of RGB (Red+Green+Blue) = 188+149+37=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9525 is #436ADA. Grayscale: #949494. Windows color (decimal): -4418267 or 2463164. OLE color: 2463164.

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

Color convert

RGB 188 149 37 -
CMYK 0 0.21 0.80 0.26
HSL 44.5º 0.67% 0.44% -
HSV(B) 44.5º 0.8% 0.74% -
XYZ 31.82 32.32 6.31 -
YUV 147.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 188 149 37 0 0.21 0.80 0.26 44.5 0.67 0.44
Hex BC 95 25 0 15 50 1A 2D 43 2C
Octal 274 225 45 0 25 120 32 55 103 54
Binary 10111100 10010101 100101 0 10101 1010000 11010 101101 1000011 101100

Color Harmonies of #BC9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9525

Black with #BC9525

Text Example


Text Example

White with #BC9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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