Html Css Color HEX #BF952F Nugget

📋 copy color: '#BF952F'

red 191 ◦ green 149 ◦ blue 47

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

Shades of Nugget #BF952F

Tints of Nugget #BF952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.14%

R = 49.35%
G = 38.5%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF952F (or 0xBF952F) is known color: Nugget. HEX triplet: BF, 95 and 2F. RGB value is (191,149,47). Sum of RGB (Red+Green+Blue) = 191+149+47=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF952F is #406AD0. Grayscale: #969696. Windows color (decimal): -4221649 or 3118527. OLE color: 3118527.

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

Color convert

RGB 191 149 47 -
CMYK 0 0.22 0.75 0.25
HSL 42.5º 0.61% 0.47% -
HSV(B) 42.5º 0.75% 0.75% -
XYZ 32.75 32.78 7.29 -
YUV 149.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 191 149 47 0 0.22 0.75 0.25 42.5 0.61 0.47
Hex BF 95 2F 0 16 4B 19 2A 3D 2F
Octal 277 225 57 0 26 113 31 52 75 57
Binary 10111111 10010101 101111 0 10110 1001011 11001 101010 111101 101111

Color Harmonies of #BF952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF952F

Black with #BF952F

Text Example


Text Example

White with #BF952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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