Html Css Color HEX #BF952E Nugget

📋 copy color: '#BF952E'

red 191 ◦ green 149 ◦ blue 46

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

Shades of Nugget #BF952E

Tints of Nugget #BF952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 49.48%
G = 38.6%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF952E (or 0xBF952E) is known color: Nugget. HEX triplet: BF, 95 and 2E. RGB value is (191,149,46). Sum of RGB (Red+Green+Blue) = 191+149+46=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF952E is #406AD1. Grayscale: #969696. Windows color (decimal): -4221650 or 3052991. OLE color: 3052991.

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

Color convert

RGB 191 149 46 -
CMYK 0 0.22 0.76 0.25
HSL 42.62º 0.61% 0.46% -
HSV(B) 42.62º 0.76% 0.75% -
XYZ 32.73 32.77 7.18 -
YUV 149.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 191 149 46 0 0.22 0.76 0.25 42.62 0.61 0.46
Hex BF 95 2E 0 16 4C 19 2B 3D 2E
Octal 277 225 56 0 26 114 31 53 75 56
Binary 10111111 10010101 101110 0 10110 1001100 11001 101011 111101 101110

Color Harmonies of #BF952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF952E

Black with #BF952E

Text Example


Text Example

White with #BF952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF952E; }

 p { color: rgb(191,149,46); }

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

background-color css

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

 a { background-color: rgb(191,149,46); }

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

border-color css

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

 span { border-color: rgb(191,149,46); }

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