Html Css Color HEX #BF992E Nugget

📋 copy color: '#BF992E'

red 191 ◦ green 153 ◦ blue 46

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

Shades of Nugget #BF992E

Tints of Nugget #BF992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

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

R = 48.97%
G = 39.23%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF992E (or 0xBF992E) is known color: Nugget. HEX triplet: BF, 99 and 2E. RGB value is (191,153,46). Sum of RGB (Red+Green+Blue) = 191+153+46=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF992E is #4066D1. Grayscale: #989898. Windows color (decimal): -4220626 or 3054015. OLE color: 3054015.

HSL color Cylindrical-coordinate representation of color #BF992E: hue angle of 44.28º 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 #BF992E is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 46 -
CMYK 0 0.20 0.76 0.25
HSL 44.28º 0.61% 0.46% -
HSV(B) 44.28º 0.76% 0.75% -
XYZ 33.37 34.06 7.4 -
YUV 152.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 191 153 46 0 0.20 0.76 0.25 44.28 0.61 0.46
Hex BF 99 2E 0 14 4C 19 2C 3D 2E
Octal 277 231 56 0 24 114 31 54 75 56
Binary 10111111 10011001 101110 0 10100 1001100 11001 101100 111101 101110

Color Harmonies of #BF992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF992E

Black with #BF992E

Text Example


Text Example

White with #BF992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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