Html Css Color HEX #BC982B Nugget

📋 copy color: '#BC982B'

red 188 ◦ green 152 ◦ blue 43

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

Shades of Nugget #BC982B

Tints of Nugget #BC982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 49.09%
G = 39.69%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC982B (or 0xBC982B) is known color: Nugget. HEX triplet: BC, 98 and 2B. RGB value is (188,152,43). Sum of RGB (Red+Green+Blue) = 188+152+43=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC982B is #4367D4. Grayscale: #969696. Windows color (decimal): -4417493 or 2857148. OLE color: 2857148.

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

Color convert

RGB 188 152 43 -
CMYK 0 0.19 0.77 0.26
HSL 45.1º 0.63% 0.45% -
HSV(B) 45.1º 0.77% 0.74% -
XYZ 32.4 33.32 7.01 -
YUV 150.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 188 152 43 0 0.19 0.77 0.26 45.1 0.63 0.45
Hex BC 98 2B 0 13 4D 1A 2D 3F 2D
Octal 274 230 53 0 23 115 32 55 77 55
Binary 10111100 10011000 101011 0 10011 1001101 11010 101101 111111 101101

Color Harmonies of #BC982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC982B

Black with #BC982B

Text Example


Text Example

White with #BC982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC982B; }

 p { color: rgb(188,152,43); }

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

background-color css

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

 a { background-color: rgb(188,152,43); }

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

border-color css

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

 span { border-color: rgb(188,152,43); }

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