Html Css Color HEX #BC8921 Nugget

📋 copy color: '#BC8921'

red 188 ◦ green 137 ◦ blue 33

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

Shades of Nugget #BC8921

Tints of Nugget #BC8921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 52.51%
G = 38.27%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8921 (or 0xBC8921) is known color: Nugget. HEX triplet: BC, 89 and 21. RGB value is (188,137,33). Sum of RGB (Red+Green+Blue) = 188+137+33=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8921 is #4376DE. Grayscale: #8C8C8C. Windows color (decimal): -4421343 or 2197948. OLE color: 2197948.

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

Color convert

RGB 188 137 33 -
CMYK 0 0.27 0.82 0.26
HSL 40.26º 0.7% 0.43% -
HSV(B) 40.26º 0.82% 0.74% -
XYZ 29.96 28.69 5.4 -
YUV 140.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 188 137 33 0 0.27 0.82 0.26 40.26 0.7 0.43
Hex BC 89 21 0 1B 52 1A 28 46 2B
Octal 274 211 41 0 33 122 32 50 106 53
Binary 10111100 10001001 100001 0 11011 1010010 11010 101000 1000110 101011

Color Harmonies of #BC8921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8921

Black with #BC8921

Text Example


Text Example

White with #BC8921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8921; }

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

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

background-color css

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

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

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

border-color css

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

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

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