Html Css Color HEX #BF8537 Pizza

📋 copy color: '#BF8537'

red 191 ◦ green 133 ◦ blue 55

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

Shades of Pizza #BF8537

Tints of Pizza #BF8537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 50.4%
G = 35.09%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF8537 (or 0xBF8537) is known color: Pizza. HEX triplet: BF, 85 and 37. RGB value is (191,133,55). Sum of RGB (Red+Green+Blue) = 191+133+55=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8537 is #407AC8. Grayscale: #8D8D8D. Windows color (decimal): -4225737 or 3638719. OLE color: 3638719.

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

Color convert

RGB 191 133 55 -
CMYK 0 0.30 0.71 0.25
HSL 34.41º 0.55% 0.48% -
HSV(B) 34.41º 0.71% 0.75% -
XYZ 30.56 28.13 7.43 -
YUV 141.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 191 133 55 0 0.30 0.71 0.25 34.41 0.55 0.48
Hex BF 85 37 0 1E 47 19 22 37 30
Octal 277 205 67 0 36 107 31 42 67 60
Binary 10111111 10000101 110111 0 11110 1000111 11001 100010 110111 110000

Color Harmonies of #BF8537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8537

Black with #BF8537

Text Example


Text Example

White with #BF8537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8537; }

 p { color: rgb(191,133,55); }

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

background-color css

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

 a { background-color: rgb(191,133,55); }

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

border-color css

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

 span { border-color: rgb(191,133,55); }

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