Html Css Color HEX #BF8439 Pizza

📋 copy color: '#BF8439'

red 191 ◦ green 132 ◦ blue 57

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

Shades of Pizza #BF8439

Tints of Pizza #BF8439

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 57 (22.66% from 255) = 15%

R = 50.26%
G = 34.74%
B = 15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF8439 (or 0xBF8439) is known color: Pizza. HEX triplet: BF, 84 and 39. RGB value is (191,132,57). Sum of RGB (Red+Green+Blue) = 191+132+57=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8439 is #407BC6. Grayscale: #8D8D8D. Windows color (decimal): -4225991 or 3769535. OLE color: 3769535.

HSL color Cylindrical-coordinate representation of color #BF8439: hue angle of 33.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF8439 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 132 57 -
CMYK 0 0.31 0.70 0.25
HSL 33.58º 0.54% 0.49% -
HSV(B) 33.58º 0.7% 0.75% -
XYZ 30.48 27.87 7.64 -
YUV 141.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 191 132 57 0 0.31 0.70 0.25 33.58 0.54 0.49
Hex BF 84 39 0 1F 46 19 22 36 31
Octal 277 204 71 0 37 106 31 42 66 61
Binary 10111111 10000100 111001 0 11111 1000110 11001 100010 110110 110001

Color Harmonies of #BF8439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8439

Black with #BF8439

Text Example


Text Example

White with #BF8439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8439; }

 p { color: rgb(191,132,57); }

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

background-color css

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

 a { background-color: rgb(191,132,57); }

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

border-color css

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

 span { border-color: rgb(191,132,57); }

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