Html Css Color HEX #BC8522 Nugget

📋 copy color: '#BC8522'

red 188 ◦ green 133 ◦ blue 34

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

Shades of Nugget #BC8522

Tints of Nugget #BC8522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 34 (13.67% from 255) = 9.58%

R = 52.96%
G = 37.46%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8522 (or 0xBC8522) is known color: Nugget. HEX triplet: BC, 85 and 22. RGB value is (188,133,34). Sum of RGB (Red+Green+Blue) = 188+133+34=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8522 is #437ADD. Grayscale: #8A8A8A. Windows color (decimal): -4422366 or 2262460. OLE color: 2262460.

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

Color convert

RGB 188 133 34 -
CMYK 0 0.29 0.82 0.26
HSL 38.57º 0.69% 0.44% -
HSV(B) 38.57º 0.82% 0.74% -
XYZ 29.42 27.58 5.29 -
YUV 138.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 188 133 34 0 0.29 0.82 0.26 38.57 0.69 0.44
Hex BC 85 22 0 1D 52 1A 27 45 2C
Octal 274 205 42 0 35 122 32 47 105 54
Binary 10111100 10000101 100010 0 11101 1010010 11010 100111 1000101 101100

Color Harmonies of #BC8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8522

Black with #BC8522

Text Example


Text Example

White with #BC8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8522; }

 p { color: rgb(188,133,34); }

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

background-color css

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

 a { background-color: rgb(188,133,34); }

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

border-color css

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

 span { border-color: rgb(188,133,34); }

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