Html Css Color HEX #BF9531 Nugget

📋 copy color: '#BF9531'

red 191 ◦ green 149 ◦ blue 49

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

Shades of Nugget #BF9531

Tints of Nugget #BF9531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 49.1%
G = 38.3%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF9531 (or 0xBF9531) is known color: Nugget. HEX triplet: BF, 95 and 31. RGB value is (191,149,49). Sum of RGB (Red+Green+Blue) = 191+149+49=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9531 is #406ACE. Grayscale: #969696. Windows color (decimal): -4221647 or 3249599. OLE color: 3249599.

HSL color Cylindrical-coordinate representation of color #BF9531: hue angle of 42.25º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF9531 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 49 -
CMYK 0 0.22 0.74 0.25
HSL 42.25º 0.59% 0.47% -
HSV(B) 42.25º 0.74% 0.75% -
XYZ 32.79 32.79 7.51 -
YUV 150.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 191 149 49 0 0.22 0.74 0.25 42.25 0.59 0.47
Hex BF 95 31 0 16 4A 19 2A 3B 2F
Octal 277 225 61 0 26 112 31 52 73 57
Binary 10111111 10010101 110001 0 10110 1001010 11001 101010 111011 101111

Color Harmonies of #BF9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9531

Black with #BF9531

Text Example


Text Example

White with #BF9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9531; }

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

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

background-color css

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

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

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

border-color css

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

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

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