Html Css Color HEX #BC8F21 Nugget

📋 copy color: '#BC8F21'

red 188 ◦ green 143 ◦ blue 33

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

Shades of Nugget #BC8F21

Tints of Nugget #BC8F21

RGB

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

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

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

R = 51.65%
G = 39.29%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8F21 (or 0xBC8F21) is known color: Nugget. HEX triplet: BC, 8F and 21. RGB value is (188,143,33). Sum of RGB (Red+Green+Blue) = 188+143+33=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F21 is #4370DE. Grayscale: #909090. Windows color (decimal): -4419807 or 2199484. OLE color: 2199484.

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

Color convert

RGB 188 143 33 -
CMYK 0 0.24 0.82 0.26
HSL 42.58º 0.7% 0.43% -
HSV(B) 42.58º 0.82% 0.74% -
XYZ 30.84 30.45 5.69 -
YUV 143.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 188 143 33 0 0.24 0.82 0.26 42.58 0.7 0.43
Hex BC 8F 21 0 18 52 1A 2B 46 2B
Octal 274 217 41 0 30 122 32 53 106 53
Binary 10111100 10001111 100001 0 11000 1010010 11010 101011 1000110 101011

Color Harmonies of #BC8F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F21

Black with #BC8F21

Text Example


Text Example

White with #BC8F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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