Html Css Color HEX #BC8F26 Nugget

📋 copy color: '#BC8F26'

red 188 ◦ green 143 ◦ blue 38

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

Shades of Nugget #BC8F26

Tints of Nugget #BC8F26

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 50.95%
G = 38.75%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8F26 (or 0xBC8F26) is known color: Nugget. HEX triplet: BC, 8F and 26. RGB value is (188,143,38). Sum of RGB (Red+Green+Blue) = 188+143+38=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F26 is #4370D9. Grayscale: #909090. Windows color (decimal): -4419802 or 2527164. OLE color: 2527164.

HSL color Cylindrical-coordinate representation of color #BC8F26: hue angle of 42º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8F26 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 38 -
CMYK 0 0.24 0.80 0.26
HSL 42º 0.66% 0.44% -
HSV(B) 42º 0.8% 0.74% -
XYZ 30.91 30.48 6.09 -
YUV 144.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 188 143 38 0 0.24 0.80 0.26 42 0.66 0.44
Hex BC 8F 26 0 18 50 1A 2A 42 2C
Octal 274 217 46 0 30 120 32 52 102 54
Binary 10111100 10001111 100110 0 11000 1010000 11010 101010 1000010 101100

Color Harmonies of #BC8F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F26

Black with #BC8F26

Text Example


Text Example

White with #BC8F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F26; }

 p { color: rgb(188,143,38); }

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

background-color css

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

 a { background-color: rgb(188,143,38); }

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

border-color css

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

 span { border-color: rgb(188,143,38); }

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