Html Css Color HEX #BF8841 Pizza

📋 copy color: '#BF8841'

red 191 ◦ green 136 ◦ blue 65

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

Shades of Pizza #BF8841

Tints of Pizza #BF8841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 48.72%
G = 34.69%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8841 (or 0xBF8841) is known color: Pizza. HEX triplet: BF, 88 and 41. RGB value is (191,136,65). Sum of RGB (Red+Green+Blue) = 191+136+65=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8841 is #4077BE. Grayscale: #909090. Windows color (decimal): -4224959 or 4294847. OLE color: 4294847.

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

Color convert

RGB 191 136 65 -
CMYK 0 0.29 0.66 0.25
HSL 33.81º 0.5% 0.5% -
HSV(B) 33.81º 0.66% 0.75% -
XYZ 31.24 29.07 8.96 -
YUV 144.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 191 136 65 0 0.29 0.66 0.25 33.81 0.5 0.5
Hex BF 88 41 0 1D 42 19 22 32 32
Octal 277 210 101 0 35 102 31 42 62 62
Binary 10111111 10001000 1000001 0 11101 1000010 11001 100010 110010 110010

Color Harmonies of #BF8841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8841

Black with #BF8841

Text Example


Text Example

White with #BF8841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8841; }

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

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

background-color css

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

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

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

border-color css

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

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

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