Html Css Color HEX #BF8F20 Nugget

📋 copy color: '#BF8F20'

red 191 ◦ green 143 ◦ blue 32

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

Shades of Nugget #BF8F20

Tints of Nugget #BF8F20

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.07%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 52.19%
G = 39.07%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF8F20 (or 0xBF8F20) is known color: Nugget. HEX triplet: BF, 8F and 20. RGB value is (191,143,32). Sum of RGB (Red+Green+Blue) = 191+143+32=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F20 is #4070DF. Grayscale: #919191. Windows color (decimal): -4223200 or 2133951. OLE color: 2133951.

HSL color Cylindrical-coordinate representation of color #BF8F20: hue angle of 41.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8F20 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 32 -
CMYK 0 0.25 0.83 0.25
HSL 41.89º 0.71% 0.44% -
HSV(B) 41.89º 0.83% 0.75% -
XYZ 31.57 30.83 5.65 -
YUV 144.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 191 143 32 0 0.25 0.83 0.25 41.89 0.71 0.44
Hex BF 8F 20 0 19 53 19 2A 47 2C
Octal 277 217 40 0 31 123 31 52 107 54
Binary 10111111 10001111 100000 0 11001 1010011 11001 101010 1000111 101100

Color Harmonies of #BF8F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F20

Black with #BF8F20

Text Example


Text Example

White with #BF8F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F20; }

 p { color: rgb(191,143,32); }

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

background-color css

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

 a { background-color: rgb(191,143,32); }

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

border-color css

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

 span { border-color: rgb(191,143,32); }

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