Html Css Color HEX #BF8F40 Pizza

📋 copy color: '#BF8F40'

red 191 ◦ green 143 ◦ blue 64

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

Shades of Pizza #BF8F40

Tints of Pizza #BF8F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 47.99%
G = 35.93%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8F40 (or 0xBF8F40) is known color: Pizza. HEX triplet: BF, 8F and 40. RGB value is (191,143,64). Sum of RGB (Red+Green+Blue) = 191+143+64=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F40 is #4070BF. Grayscale: #949494. Windows color (decimal): -4223168 or 4231103. OLE color: 4231103.

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

Color convert

RGB 191 143 64 -
CMYK 0 0.25 0.66 0.25
HSL 37.32º 0.5% 0.5% -
HSV(B) 37.32º 0.66% 0.75% -
XYZ 32.23 31.09 9.15 -
YUV 148.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 191 143 64 0 0.25 0.66 0.25 37.32 0.5 0.5
Hex BF 8F 40 0 19 42 19 25 32 32
Octal 277 217 100 0 31 102 31 45 62 62
Binary 10111111 10001111 1000000 0 11001 1000010 11001 100101 110010 110010

Color Harmonies of #BF8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F40

Black with #BF8F40

Text Example


Text Example

White with #BF8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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