Html Css Color HEX #BD962C Nugget

📋 copy color: '#BD962C'

red 189 ◦ green 150 ◦ blue 44

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

Shades of Nugget #BD962C

Tints of Nugget #BD962C

RGB

 RED value IS 189 (74.22% from 255) = 49.35%

 GREEN value IS 150 (58.98% from 255) = 39.16%

 BLUE value IS 44 (17.58% from 255) = 11.49%

R = 49.35%
G = 39.16%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD962C (or 0xBD962C) is known color: Nugget. HEX triplet: BD, 96 and 2C. RGB value is (189,150,44). Sum of RGB (Red+Green+Blue) = 189+150+44=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD962C is #4269D3. Grayscale: #969696. Windows color (decimal): -4352468 or 2922173. OLE color: 2922173.

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

Color convert

RGB 189 150 44 -
CMYK 0 0.21 0.77 0.26
HSL 43.86º 0.62% 0.46% -
HSV(B) 43.86º 0.77% 0.74% -
XYZ 32.35 32.81 7.01 -
YUV 149.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 189 150 44 0 0.21 0.77 0.26 43.86 0.62 0.46
Hex BD 96 2C 0 15 4D 1A 2C 3E 2E
Octal 275 226 54 0 25 115 32 54 76 56
Binary 10111101 10010110 101100 0 10101 1001101 11010 101100 111110 101110

Color Harmonies of #BD962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD962C

Black with #BD962C

Text Example


Text Example

White with #BD962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD962C; }

 p { color: rgb(189,150,44); }

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

background-color css

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

 a { background-color: rgb(189,150,44); }

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

border-color css

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

 span { border-color: rgb(189,150,44); }

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