Html Css Color HEX #BF982B Nugget

📋 copy color: '#BF982B'

red 191 ◦ green 152 ◦ blue 43

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

Shades of Nugget #BF982B

Tints of Nugget #BF982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 49.48%
G = 39.38%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF982B (or 0xBF982B) is known color: Nugget. HEX triplet: BF, 98 and 2B. RGB value is (191,152,43). Sum of RGB (Red+Green+Blue) = 191+152+43=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF982B is #4067D4. Grayscale: #979797. Windows color (decimal): -4220885 or 2857151. OLE color: 2857151.

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

Color convert

RGB 191 152 43 -
CMYK 0 0.20 0.77 0.25
HSL 44.19º 0.63% 0.46% -
HSV(B) 44.19º 0.77% 0.75% -
XYZ 33.15 33.71 7.04 -
YUV 151.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 191 152 43 0 0.20 0.77 0.25 44.19 0.63 0.46
Hex BF 98 2B 0 14 4D 19 2C 3F 2E
Octal 277 230 53 0 24 115 31 54 77 56
Binary 10111111 10011000 101011 0 10100 1001101 11001 101100 111111 101110

Color Harmonies of #BF982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF982B

Black with #BF982B

Text Example


Text Example

White with #BF982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF982B; }

 p { color: rgb(191,152,43); }

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

background-color css

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

 a { background-color: rgb(191,152,43); }

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

border-color css

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

 span { border-color: rgb(191,152,43); }

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