Html Css Color HEX #BC8722 Nugget

📋 copy color: '#BC8722'

red 188 ◦ green 135 ◦ blue 34

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

Shades of Nugget #BC8722

Tints of Nugget #BC8722

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

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

R = 52.66%
G = 37.82%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8722 (or 0xBC8722) is known color: Nugget. HEX triplet: BC, 87 and 22. RGB value is (188,135,34). Sum of RGB (Red+Green+Blue) = 188+135+34=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8722 is #4378DD. Grayscale: #8B8B8B. Windows color (decimal): -4421854 or 2262972. OLE color: 2262972.

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

Color convert

RGB 188 135 34 -
CMYK 0 0.28 0.82 0.26
HSL 39.35º 0.69% 0.44% -
HSV(B) 39.35º 0.82% 0.74% -
XYZ 29.69 28.13 5.38 -
YUV 139.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 188 135 34 0 0.28 0.82 0.26 39.35 0.69 0.44
Hex BC 87 22 0 1C 52 1A 27 45 2C
Octal 274 207 42 0 34 122 32 47 105 54
Binary 10111100 10000111 100010 0 11100 1010010 11010 100111 1000101 101100

Color Harmonies of #BC8722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8722

Black with #BC8722

Text Example


Text Example

White with #BC8722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8722; }

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

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

background-color css

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

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

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

border-color css

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

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

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