Html Css Color HEX #BC8C23 Nugget

📋 copy color: '#BC8C23'

red 188 ◦ green 140 ◦ blue 35

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

Shades of Nugget #BC8C23

Tints of Nugget #BC8C23

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 51.79%
G = 38.57%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8C23 (or 0xBC8C23) is known color: Nugget. HEX triplet: BC, 8C and 23. RGB value is (188,140,35). Sum of RGB (Red+Green+Blue) = 188+140+35=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C23 is #4373DC. Grayscale: #8E8E8E. Windows color (decimal): -4420573 or 2329788. OLE color: 2329788.

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

Color convert

RGB 188 140 35 -
CMYK 0 0.26 0.81 0.26
HSL 41.18º 0.69% 0.44% -
HSV(B) 41.18º 0.81% 0.74% -
XYZ 30.42 29.57 5.69 -
YUV 142.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 188 140 35 0 0.26 0.81 0.26 41.18 0.69 0.44
Hex BC 8C 23 0 1A 51 1A 29 45 2C
Octal 274 214 43 0 32 121 32 51 105 54
Binary 10111100 10001100 100011 0 11010 1010001 11010 101001 1000101 101100

Color Harmonies of #BC8C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C23

Black with #BC8C23

Text Example


Text Example

White with #BC8C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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