Html Css Color HEX #BF893E Pizza

📋 copy color: '#BF893E'

red 191 ◦ green 137 ◦ blue 62

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

Shades of Pizza #BF893E

Tints of Pizza #BF893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 48.97%
G = 35.13%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF893E (or 0xBF893E) is known color: Pizza. HEX triplet: BF, 89 and 3E. RGB value is (191,137,62). Sum of RGB (Red+Green+Blue) = 191+137+62=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF893E is #4076C1. Grayscale: #909090. Windows color (decimal): -4224706 or 4098495. OLE color: 4098495.

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

Color convert

RGB 191 137 62 -
CMYK 0 0.28 0.68 0.25
HSL 34.88º 0.51% 0.5% -
HSV(B) 34.88º 0.68% 0.75% -
XYZ 31.3 29.32 8.57 -
YUV 144.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 191 137 62 0 0.28 0.68 0.25 34.88 0.51 0.5
Hex BF 89 3E 0 1C 44 19 23 33 32
Octal 277 211 76 0 34 104 31 43 63 62
Binary 10111111 10001001 111110 0 11100 1000100 11001 100011 110011 110010

Color Harmonies of #BF893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF893E

Black with #BF893E

Text Example


Text Example

White with #BF893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF893E; }

 p { color: rgb(191,137,62); }

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

background-color css

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

 a { background-color: rgb(191,137,62); }

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

border-color css

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

 span { border-color: rgb(191,137,62); }

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