Html Css Color HEX #BC8825 Nugget

📋 copy color: '#BC8825'

red 188 ◦ green 136 ◦ blue 37

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

Shades of Nugget #BC8825

Tints of Nugget #BC8825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 52.08%
G = 37.67%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8825 (or 0xBC8825) is known color: Nugget. HEX triplet: BC, 88 and 25. RGB value is (188,136,37). Sum of RGB (Red+Green+Blue) = 188+136+37=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8825 is #4377DA. Grayscale: #8C8C8C. Windows color (decimal): -4421595 or 2459836. OLE color: 2459836.

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

Color convert

RGB 188 136 37 -
CMYK 0 0.28 0.80 0.26
HSL 39.34º 0.67% 0.44% -
HSV(B) 39.34º 0.8% 0.74% -
XYZ 29.88 28.43 5.66 -
YUV 140.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 188 136 37 0 0.28 0.80 0.26 39.34 0.67 0.44
Hex BC 88 25 0 1C 50 1A 27 43 2C
Octal 274 210 45 0 34 120 32 47 103 54
Binary 10111100 10001000 100101 0 11100 1010000 11010 100111 1000011 101100

Color Harmonies of #BC8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8825

Black with #BC8825

Text Example


Text Example

White with #BC8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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