Html Css Color HEX #BC8927 Nugget

📋 copy color: '#BC8927'

red 188 ◦ green 137 ◦ blue 39

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

Shades of Nugget #BC8927

Tints of Nugget #BC8927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 51.65%
G = 37.64%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8927 (or 0xBC8927) is known color: Nugget. HEX triplet: BC, 89 and 27. RGB value is (188,137,39). Sum of RGB (Red+Green+Blue) = 188+137+39=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8927 is #4376D8. Grayscale: #8D8D8D. Windows color (decimal): -4421337 or 2591164. OLE color: 2591164.

HSL color Cylindrical-coordinate representation of color #BC8927: hue angle of 39.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8927 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 39 -
CMYK 0 0.27 0.79 0.26
HSL 39.46º 0.66% 0.45% -
HSV(B) 39.46º 0.79% 0.74% -
XYZ 30.05 28.73 5.88 -
YUV 141.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 188 137 39 0 0.27 0.79 0.26 39.46 0.66 0.45
Hex BC 89 27 0 1B 4F 1A 27 42 2D
Octal 274 211 47 0 33 117 32 47 102 55
Binary 10111100 10001001 100111 0 11011 1001111 11010 100111 1000010 101101

Color Harmonies of #BC8927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8927

Black with #BC8927

Text Example


Text Example

White with #BC8927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8927; }

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

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

background-color css

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

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

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

border-color css

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

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

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