Html Css Color HEX #BF9529 Nugget

📋 copy color: '#BF9529'

red 191 ◦ green 149 ◦ blue 41

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

Shades of Nugget #BF9529

Tints of Nugget #BF9529

RGB

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

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

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

R = 50.13%
G = 39.11%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF9529 (or 0xBF9529) is known color: Nugget. HEX triplet: BF, 95 and 29. RGB value is (191,149,41). Sum of RGB (Red+Green+Blue) = 191+149+41=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9529 is #406AD6. Grayscale: #959595. Windows color (decimal): -4221655 or 2725311. OLE color: 2725311.

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

Color convert

RGB 191 149 41 -
CMYK 0 0.22 0.79 0.25
HSL 43.2º 0.65% 0.45% -
HSV(B) 43.2º 0.79% 0.75% -
XYZ 32.63 32.73 6.7 -
YUV 149.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 191 149 41 0 0.22 0.79 0.25 43.2 0.65 0.45
Hex BF 95 29 0 16 4F 19 2B 41 2D
Octal 277 225 51 0 26 117 31 53 101 55
Binary 10111111 10010101 101001 0 10110 1001111 11001 101011 1000001 101101

Color Harmonies of #BF9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9529

Black with #BF9529

Text Example


Text Example

White with #BF9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9529; }

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

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

background-color css

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

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

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

border-color css

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

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

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