Html Css Color HEX #BC8523 Nugget

📋 copy color: '#BC8523'

red 188 ◦ green 133 ◦ blue 35

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

Shades of Nugget #BC8523

Tints of Nugget #BC8523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.83%

R = 52.81%
G = 37.36%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8523 (or 0xBC8523) is known color: Nugget. HEX triplet: BC, 85 and 23. RGB value is (188,133,35). Sum of RGB (Red+Green+Blue) = 188+133+35=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8523 is #437ADC. Grayscale: #8A8A8A. Windows color (decimal): -4422365 or 2327996. OLE color: 2327996.

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

Color convert

RGB 188 133 35 -
CMYK 0 0.29 0.81 0.26
HSL 38.43º 0.69% 0.44% -
HSV(B) 38.43º 0.81% 0.74% -
XYZ 29.43 27.59 5.36 -
YUV 138.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 188 133 35 0 0.29 0.81 0.26 38.43 0.69 0.44
Hex BC 85 23 0 1D 51 1A 26 45 2C
Octal 274 205 43 0 35 121 32 46 105 54
Binary 10111100 10000101 100011 0 11101 1010001 11010 100110 1000101 101100

Color Harmonies of #BC8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8523

Black with #BC8523

Text Example


Text Example

White with #BC8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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