Html Css Color HEX #BF962C Nugget

📋 copy color: '#BF962C'

red 191 ◦ green 150 ◦ blue 44

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

Shades of Nugget #BF962C

Tints of Nugget #BF962C

RGB

 RED value IS 191 (75% from 255) = 49.61%

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

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

R = 49.61%
G = 38.96%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF962C (or 0xBF962C) is known color: Nugget. HEX triplet: BF, 96 and 2C. RGB value is (191,150,44). Sum of RGB (Red+Green+Blue) = 191+150+44=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF962C is #4069D3. Grayscale: #969696. Windows color (decimal): -4221396 or 2922175. OLE color: 2922175.

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

Color convert

RGB 191 150 44 -
CMYK 0 0.21 0.77 0.25
HSL 43.27º 0.63% 0.46% -
HSV(B) 43.27º 0.77% 0.75% -
XYZ 32.85 33.07 7.03 -
YUV 150.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 191 150 44 0 0.21 0.77 0.25 43.27 0.63 0.46
Hex BF 96 2C 0 15 4D 19 2B 3F 2E
Octal 277 226 54 0 25 115 31 53 77 56
Binary 10111111 10010110 101100 0 10101 1001101 11001 101011 111111 101110

Color Harmonies of #BF962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF962C

Black with #BF962C

Text Example


Text Example

White with #BF962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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