Html Css Color HEX #BC8926 Nugget

📋 copy color: '#BC8926'

red 188 ◦ green 137 ◦ blue 38

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

Shades of Nugget #BC8926

Tints of Nugget #BC8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 51.79%
G = 37.74%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8926 (or 0xBC8926) is known color: Nugget. HEX triplet: BC, 89 and 26. RGB value is (188,137,38). Sum of RGB (Red+Green+Blue) = 188+137+38=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8926 is #4376D9. Grayscale: #8D8D8D. Windows color (decimal): -4421338 or 2525628. OLE color: 2525628.

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

Color convert

RGB 188 137 38 -
CMYK 0 0.27 0.80 0.26
HSL 39.6º 0.66% 0.44% -
HSV(B) 39.6º 0.8% 0.74% -
XYZ 30.03 28.72 5.79 -
YUV 140.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 188 137 38 0 0.27 0.80 0.26 39.6 0.66 0.44
Hex BC 89 26 0 1B 50 1A 28 42 2C
Octal 274 211 46 0 33 120 32 50 102 54
Binary 10111100 10001001 100110 0 11011 1010000 11010 101000 1000010 101100

Color Harmonies of #BC8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8926

Black with #BC8926

Text Example


Text Example

White with #BC8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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