Html Css Color HEX #BF9631 Nugget

📋 copy color: '#BF9631'

red 191 ◦ green 150 ◦ blue 49

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

Shades of Nugget #BF9631

Tints of Nugget #BF9631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 48.97%
G = 38.46%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF9631 (or 0xBF9631) is known color: Nugget. HEX triplet: BF, 96 and 31. RGB value is (191,150,49). Sum of RGB (Red+Green+Blue) = 191+150+49=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9631 is #4069CE. Grayscale: #979797. Windows color (decimal): -4221391 or 3249855. OLE color: 3249855.

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

Color convert

RGB 191 150 49 -
CMYK 0 0.21 0.74 0.25
HSL 42.68º 0.59% 0.47% -
HSV(B) 42.68º 0.74% 0.75% -
XYZ 32.95 33.11 7.56 -
YUV 150.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 191 150 49 0 0.21 0.74 0.25 42.68 0.59 0.47
Hex BF 96 31 0 15 4A 19 2B 3B 2F
Octal 277 226 61 0 25 112 31 53 73 57
Binary 10111111 10010110 110001 0 10101 1001010 11001 101011 111011 101111

Color Harmonies of #BF9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9631

Black with #BF9631

Text Example


Text Example

White with #BF9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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