Html Css Color HEX #BF952A Nugget

📋 copy color: '#BF952A'

red 191 ◦ green 149 ◦ blue 42

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

Shades of Nugget #BF952A

Tints of Nugget #BF952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 50%
G = 39.01%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF952A (or 0xBF952A) is known color: Nugget. HEX triplet: BF, 95 and 2A. RGB value is (191,149,42). Sum of RGB (Red+Green+Blue) = 191+149+42=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF952A is #406AD5. Grayscale: #959595. Windows color (decimal): -4221654 or 2790847. OLE color: 2790847.

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

Color convert

RGB 191 149 42 -
CMYK 0 0.22 0.78 0.25
HSL 43.09º 0.64% 0.46% -
HSV(B) 43.09º 0.78% 0.75% -
XYZ 32.65 32.74 6.79 -
YUV 149.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 191 149 42 0 0.22 0.78 0.25 43.09 0.64 0.46
Hex BF 95 2A 0 16 4E 19 2B 40 2E
Octal 277 225 52 0 26 116 31 53 100 56
Binary 10111111 10010101 101010 0 10110 1001110 11001 101011 1000000 101110

Color Harmonies of #BF952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF952A

Black with #BF952A

Text Example


Text Example

White with #BF952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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