Html Css Color HEX #BF9229 Nugget

📋 copy color: '#BF9229'

red 191 ◦ green 146 ◦ blue 41

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

Shades of Nugget #BF9229

Tints of Nugget #BF9229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 50.53%
G = 38.62%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF9229 (or 0xBF9229) is known color: Nugget. HEX triplet: BF, 92 and 29. RGB value is (191,146,41). Sum of RGB (Red+Green+Blue) = 191+146+41=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9229 is #406DD6. Grayscale: #939393. Windows color (decimal): -4222423 or 2724543. OLE color: 2724543.

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

Color convert

RGB 191 146 41 -
CMYK 0 0.24 0.79 0.25
HSL 42º 0.65% 0.45% -
HSV(B) 42º 0.79% 0.75% -
XYZ 32.16 31.79 6.54 -
YUV 147.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 191 146 41 0 0.24 0.79 0.25 42 0.65 0.45
Hex BF 92 29 0 18 4F 19 2A 41 2D
Octal 277 222 51 0 30 117 31 52 101 55
Binary 10111111 10010010 101001 0 11000 1001111 11001 101010 1000001 101101

Color Harmonies of #BF9229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9229

Black with #BF9229

Text Example


Text Example

White with #BF9229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9229; }

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

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

background-color css

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

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

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

border-color css

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

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

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