Html Css Color HEX #BC8925 Nugget

📋 copy color: '#BC8925'

red 188 ◦ green 137 ◦ blue 37

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

Shades of Nugget #BC8925

Tints of Nugget #BC8925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 51.93%
G = 37.85%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8925 (or 0xBC8925) is known color: Nugget. HEX triplet: BC, 89 and 25. RGB value is (188,137,37). Sum of RGB (Red+Green+Blue) = 188+137+37=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8925 is #4376DA. Grayscale: #8D8D8D. Windows color (decimal): -4421339 or 2460092. OLE color: 2460092.

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

Color convert

RGB 188 137 37 -
CMYK 0 0.27 0.80 0.26
HSL 39.74º 0.67% 0.44% -
HSV(B) 39.74º 0.8% 0.74% -
XYZ 30.02 28.72 5.71 -
YUV 140.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 188 137 37 0 0.27 0.80 0.26 39.74 0.67 0.44
Hex BC 89 25 0 1B 50 1A 28 43 2C
Octal 274 211 45 0 33 120 32 50 103 54
Binary 10111100 10001001 100101 0 11011 1010000 11010 101000 1000011 101100

Color Harmonies of #BC8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8925

Black with #BC8925

Text Example


Text Example

White with #BC8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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