Html Css Color HEX #BC8623 Nugget

📋 copy color: '#BC8623'

red 188 ◦ green 134 ◦ blue 35

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

Shades of Nugget #BC8623

Tints of Nugget #BC8623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

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

R = 52.66%
G = 37.54%
B = 9.8%

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

#BC8623 (or 0xBC8623) is known color: Nugget. HEX triplet: BC, 86 and 23. RGB value is (188,134,35). Sum of RGB (Red+Green+Blue) = 188+134+35=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8623 is #4379DC. Grayscale: #8B8B8B. Windows color (decimal): -4422109 or 2328252. OLE color: 2328252.

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

Color convert

RGB 188 134 35 -
CMYK 0 0.29 0.81 0.26
HSL 38.82º 0.69% 0.44% -
HSV(B) 38.82º 0.81% 0.74% -
XYZ 29.57 27.86 5.41 -
YUV 138.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 188 134 35 0 0.29 0.81 0.26 38.82 0.69 0.44
Hex BC 86 23 0 1D 51 1A 27 45 2C
Octal 274 206 43 0 35 121 32 47 105 54
Binary 10111100 10000110 100011 0 11101 1010001 11010 100111 1000101 101100

Color Harmonies of #BC8623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8623

Black with #BC8623

Text Example


Text Example

White with #BC8623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8623; }

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

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

background-color css

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

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

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

border-color css

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

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

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