Html Css Color HEX #BF8C41 Pizza

📋 copy color: '#BF8C41'

red 191 ◦ green 140 ◦ blue 65

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

Shades of Pizza #BF8C41

Tints of Pizza #BF8C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 48.23%
G = 35.35%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8C41 (or 0xBF8C41) is known color: Pizza. HEX triplet: BF, 8C and 41. RGB value is (191,140,65). Sum of RGB (Red+Green+Blue) = 191+140+65=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C41 is #4073BE. Grayscale: #939393. Windows color (decimal): -4223935 or 4295871. OLE color: 4295871.

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

Color convert

RGB 191 140 65 -
CMYK 0 0.27 0.66 0.25
HSL 35.71º 0.5% 0.5% -
HSV(B) 35.71º 0.66% 0.75% -
XYZ 31.82 30.21 9.16 -
YUV 146.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 191 140 65 0 0.27 0.66 0.25 35.71 0.5 0.5
Hex BF 8C 41 0 1B 42 19 24 32 32
Octal 277 214 101 0 33 102 31 44 62 62
Binary 10111111 10001100 1000001 0 11011 1000010 11001 100100 110010 110010

Color Harmonies of #BF8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C41

Black with #BF8C41

Text Example


Text Example

White with #BF8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C41; }

 p { color: rgb(191,140,65); }

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

background-color css

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

 a { background-color: rgb(191,140,65); }

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

border-color css

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

 span { border-color: rgb(191,140,65); }

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