Html Css Color HEX #BF9929 Nugget

📋 copy color: '#BF9929'

red 191 ◦ green 153 ◦ blue 41

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

Shades of Nugget #BF9929

Tints of Nugget #BF9929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 49.61%
G = 39.74%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF9929 (or 0xBF9929) is known color: Nugget. HEX triplet: BF, 99 and 29. RGB value is (191,153,41). Sum of RGB (Red+Green+Blue) = 191+153+41=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9929 is #4066D6. Grayscale: #989898. Windows color (decimal): -4220631 or 2726335. OLE color: 2726335.

HSL color Cylindrical-coordinate representation of color #BF9929: hue angle of 44.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF9929 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 41 -
CMYK 0 0.20 0.79 0.25
HSL 44.8º 0.65% 0.45% -
HSV(B) 44.8º 0.79% 0.75% -
XYZ 33.28 34.02 6.91 -
YUV 151.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 191 153 41 0 0.20 0.79 0.25 44.8 0.65 0.45
Hex BF 99 29 0 14 4F 19 2D 41 2D
Octal 277 231 51 0 24 117 31 55 101 55
Binary 10111111 10011001 101001 0 10100 1001111 11001 101101 1000001 101101

Color Harmonies of #BF9929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9929

Black with #BF9929

Text Example


Text Example

White with #BF9929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9929; }

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

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

background-color css

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

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

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

border-color css

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

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

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